ImageEn, unit iexRichEdit

TIERichEdit.AutoURLDetect

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


Example

// Disable URL detection
IERichEdit1.AutoURLDetect := False;