vote up 2 vote down star

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."

flag

5 Answers

vote up 3 vote down

According to this article on delphi.about.com

Unfortunately, Delphi's implementation of the RichEdit control leaves out a lot of the functionality found in more recent versions of this control (from Microsoft).

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.

link|flag
vote up 4 vote down

If you really want hyperlinks and more, you could check out TRichView. There is a good demonstration of its capabilities at link text.

link|flag
vote up 1 vote down

The richedit in Infopower supports hyperlinks.

link|flag
vote up 0 vote down

I'm also using TRichView, and is really the best rich editor for delphi

link|flag
vote up 1 vote down

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).

http://www.scalabium.com/faq/dct0146.htm

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.