How can I add an HyperLink in a TRichEdit (using Delphi).
I need to have something like:
"This is my text, click here to do something."
|
|
How can I add an HyperLink in a TRichEdit (using Delphi). I need to have something like: "This is my text, click here to do something." |
||
|
|
|
|
According to this article on delphi.about.com
You can add your own functionality as discussed here. NOTE: Delphi 2009 has just been released, so the TRichEdit control may have been updated to support mode features. |
||
|
|
|
|
If you really want hyperlinks and more, you could check out TRichView. There is a good demonstration of its capabilities at link text. |
||
|
|
|
|
The richedit in Infopower supports hyperlinks. |
|||
|
|
|
|
I'm also using TRichView, and is really the best rich editor for delphi |
||
|
|
|
|
i don't know if it's mentioned in the About.com article but i think it's worth mentioning that the hyperlink in TRichEdit only works if the TRichEdit itself is directly placed on the form (not in a panel). |
||
|
|