ImageEn, unit iexRichEdit |
|
TIERichEdit.AutoURLDetect
Declaration
property AutoURLDetect: Boolean;
Description
When enabled, typed text is checked for URL. When a URL is detected, it changes the URL text color and underlines the text.
Rich Edit Identifier: EM_GETAUTOURLDETECT
Note:
◼This is the same as TRichEdit.EnableURLs
◼Enable TIERichEdit.ShowURLHint to show hover hints for links
Default: True
// Disable URL detection
IERichEdit1.AutoURLDetect := False;