FMX.Forms.TDeviceKind
Delphi
TDeviceKind = (Desktop, iPhone, iPad);
C++
enum class DECLSPEC_DENUM TDeviceKind : unsigned int { Desktop, iPhone, iPad };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | FMX.Forms |
Description
Represents an enumeration of the target device kinds.
The following table lists the values of TDeviceKind:
Name | Description |
---|---|
Desktop
|
The target platform is a desktop computer. |
Phone
|
The target platform is an Apple mobile phone (iPhone). |
Pad
|
The target platform is an Apple iPad device. |