Vcl.ComCtrls.TCustomRichEdit.EnableURLs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EnableURLs: Boolean read FEnableURLs write SetEnableURLs default False;

C++

__property bool EnableURLs = {read=FEnableURLs, write=SetEnableURLs, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomRichEdit

Description

Turns on automatic URL detection.
When enabled it automatically detects URLs in the RichEdit control. It recognizes URLs with known protocols (e.g. http://google.com) or that start with www. (e.g. www.google.com).

See Also