Vcl.ComCtrls.TRichEdit.EnableURLs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EnableURLs;

C++

__property EnableURLs = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TRichEdit

Description

Turns on automatic URL detection.

Vcl.ComCtrls.TRichEdit.EnableURLs inherits from Vcl.ComCtrls.TCustomRichEdit.EnableURLs. All content below this line refers to Vcl.ComCtrls.TCustomRichEdit.EnableURLs.

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).