Hi there,
I'm trying to figure out how I can preserve hyperlinks (meaning their href attribute) when a user is copy/pasting from another application such as a browser. I see how I can use OnReadHyperlink to process the url and other data in a link loaded from RTF, but is there a similar way to handle text which is pasted?
Cheers,
Martin
Hyperlink support in paste
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
OnReadHyperlink is called in all cases: when reading, pasting or inserting RTF (And, by default, data from browser are copy-pasted in RTF format).
If you use RvHtmlImporter, hyperlinks are processed automatically (written in tags), if rvhtmloAutoHyperlinks is included in RvHtmlImporter.Options (default).
If not included, TRichView.OnReadHyperlink is used, just like for RTF.
If you use RvHtmlImporter, hyperlinks are processed automatically (written in tags), if rvhtmloAutoHyperlinks is included in RvHtmlImporter.Options (default).
If not included, TRichView.OnReadHyperlink is used, just like for RTF.