FMX.Memo.TCustomMemoModel.DataDetectorTypes

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

Delphi

property DataDetectorTypes: TDataDetectorTypes read FDataDetectorTypes write SetDataDetectorTypes;

C++

__property TDataDetectorTypes DataDetectorTypes = {read=FDataDetectorTypes, write=SetDataDetectorTypes, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemoModel


説明

メモ テキストで検出できる情報の種類です。

DataDetectorTypes は iOS プラットフォームでのみ使用されます。

関連項目