RichEdit does not process hyperlinks
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I want my RichEdit to process hyperlinks, so I followed the instructions on: http://delphi.about.com/od/vclusing/l/aa111803a.htm Here are the changes I made to the code: interface type TProgCorner = class ( TForm ) RichEdit2 : TRichEdit ; RichEdit1 : TRichEdit ; RichEdit3 : TRichEdit ; RichEdit4 : TRichEdit ; procedure FormCreate ( Sender : TObject ); private procedure InitRichEditURLDetection ( RE : TRichEdit ); protected procedure WndProc ( var Msg : TMessage ); override ; end ; implementation { $R *. DFM } uses ShellAPI ,