FMX.Memo.TMemo.DataDetectorTypes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataDetectorTypes: TDataDetectorTypes read GetDataDetectorTypes write SetDataDetectorTypes;

C++

__property DataDetectorTypes;

Properties

Type Visibility Source Unit Parent
property published
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TMemo

Description

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

FMX.Memo.TMemo.DataDetectorTypes inherits from FMX.Memo.TCustomMemo.DataDetectorTypes. All content below this line refers to FMX.Memo.TCustomMemo.DataDetectorTypes.

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

DataDetectorTypes is used on native presentation for iOS only.

See Also