FMX.Memo.TDataDetectorTypes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TDataDetectorTypes = set of TDataDetectorType;

C++

typedef System::Set<TDataDetectorType, _DELPHI_SET_ENUMERATOR(TDataDetectorType::PhoneNumber), _DELPHI_SET_ENUMERATOR(TDataDetectorType::CalendarEvent)> TDataDetectorTypes;

Properties

Type Visibility Source Unit Parent
set
typedef
public
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo FMX.Memo

Description

A set of TDataDetectorType values.

See Also