FMX.Forms.TDeviceKinds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TDeviceKinds = set of TDeviceKind;

C++

typedef System::Set<TDeviceKind, _DELPHI_SET_ENUMERATOR(TDeviceKind::Desktop), _DELPHI_SET_ENUMERATOR(TDeviceKind::iPad)> TDeviceKinds;

Properties

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

Description

Represents a set of TDeviceKind enumeration items.

See Also