FMX.Memo.TCustomMemo.DataDetectorTypes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataDetectorTypes: TDataDetectorTypes read GetDataDetectorTypes write SetDataDetectorTypes;

C++

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

Properties

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

Description

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

DataDetectorTypes is used on native presentation for iOS only.

See Also