Vcl.ComCtrls.TCustomRichEdit.EnableURLs

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property EnableURLs: Boolean read FEnableURLs write SetEnableURLs default False;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomRichEdit


説明

自動 URL 検知を有効にします。 </br> これが有効になっていると、RichEdit コントロールで URL が自動的に検知されます。既知のプロトコル(例:http://google.com)か、www.(例、www.google.com)から始まっていると URL と認識します。

関連項目