I hope to to drag a text string and its hyperlink from an HTML page to a TEdit. For example
displays aaa
actual string is <a href=somewhere.html>aaa</a>
I try to use drag&drop vcl, but found that it only can catch aaa
itself rather than the string and its hyperlink.
Welcome any comment
Thanks interdev