Vcl.ComCtrls.TRichEdit.EnableURLs

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property EnableURLs;

C++

__property EnableURLs = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TRichEdit

Beschreibung

Aktiviert die automatische URL-Erkennung.

Vcl.ComCtrls.TRichEdit.EnableURLs erbt von Vcl.ComCtrls.TCustomRichEdit.EnableURLs. Der folgende Inhalt bezieht sich auf Vcl.ComCtrls.TCustomRichEdit.EnableURLs.

Aktiviert die automatische URL-Erkennung. </br> Wenn diese Eigenschaft aktiviert ist, erkennt sie automatisch URLs im RichEdit-Steuerelement. Es werden URLs mit bekannten Protokollen (z. B. http://google.com) oder URLs, die mit www beginnen (z. B. www.google.com), erkannt.