TcxCustomRichEditProperties.AutoURLDetect Property
Specifies whether automatic URL detection is enabled.
Declaration
property AutoURLDetect: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
This property is in effect, if the rich edit control v2.0 or later is used (the RichEditClass property is set to recRichEdit10).
Set the AutoURLDetect property to True, to automatically highlight text recognized as links.
The default value of the AutoURLDetect property is False.
See Also
TcxCustomRichEditProperties.AutoURLDetect