FMX.Memo.TCustomMemoModel.DataDetectorTypes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataDetectorTypes: TDataDetectorTypes read FDataDetectorTypes write SetDataDetectorTypes;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemoModel

Description

The types of information that can be detected in the memo text.

DataDetectorTypes is used on iOS platform only.

See Also