JVCL Help:TJvRichEdit.AutoURLDetect
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvRichEdit.AutoURLDetect Property
[+] TJvRichEdit Events
[+] TJvRichEdit Properties
Search in JVCL Help
Search in all projectsSummary
Specifies whether the auto URL detection is turned on in the rich edit control.
Pascal
propertyAutoURLDetect: Boolean;
Description
Use AutoURLDetect to turn the auto URL detection on or off in the rich edit control.
When auto URL detection is on, the rich edit control is constantly checking typed text for a valid URL. The control recognizes URLs that start with these prefixes:
- http:
- file:
- mailto:
- ftp:
- https:
- gopher:
- nntp:
- prospero:
- telnet:
- news:
- wais:
- outlook:
The control also recognizes standard path names that start with .
You can not set the Link property to true of specific text when AutoURLDetect is set to true.
See Also
TJvCustomRichEdit.OnURLClick
About
Notes
RichEdit 2.0.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page