Skip to main content

TdxAutoCorrectOptions.DetectUrls Property

Specifies if URL strings are automatically detected and formatted as hyperlinks in a document.

Declaration

property DetectUrls: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

URL strings are detected by using regular expressions to validate URLs and email addresses. If the DetectUrls property is set to True, the Rich Edit control automatically converts an email or URL string into a hyperlink as soon as it is typed. Otherwise, the URL strings are ignored.

The default value of the DetectUrls property is True.

See Also