Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxAutoCorrectOptions.DetectUrls Property

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

#Declaration

Delphi
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