I used this thread to add hyperlinks to my TRichEdit
components. But, since installing the new Delphi 11, they have stopped working.
Has anyone figured out why yet?
I used this thread to add hyperlinks to my TRichEdit
components. But, since installing the new Delphi 11, they have stopped working.
Has anyone figured out why yet?
The TRichEdit Component was updated to RichEdit 4.1 in Alexandria, so you do not need any hocus pocus in order to get URL links to work anymore.
Just set TRichEdit's EnableURL to true in the property window (or via code), write some code in the TRichEdit's OnLinkClick event to be fired when the link is clicked, and off you go.