Vcl.ComCtrls.TCustomRichEdit.EnableURLs
Delphi
property EnableURLs: Boolean read FEnableURLs write SetEnableURLs default False;
C++
__property bool EnableURLs = {read=FEnableURLs, write=SetEnableURLs, default=0};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomRichEdit |
Beschreibung
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.