About URL auto detection

General TRichView support forum. Please post your questions here
Post Reply
huafeifei
Posts: 6
Joined: Wed Jul 26, 2006 9:05 am

About URL auto detection

Post by huafeifei »

It seems TRichViewEdit can't detect URL.

I'd like to implement a chat application with TRichViewEdit. It looks like MSN/SKYPE. For provide friendly GUI, hope to support URL auto detection and GIF/JPEG copy/paste opertion(solved).

If use Trichedit component in DELPHI, it can implement URL auto detect easily. But I have to write KeyDown/KeyUp event for this feature if uses TRichEditView.

I do check class relation, TRichEdit derived from TcustomMemo, but TRichViewEdit derived from TWinControl.

Is there simply way to implement URL auto detection?

Thank Sergey Tkachenko for your kindly help and support.......
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

See the demo in
Demos\Delphi\Assorted\Hypertext\URLs\
Post Reply