PlatformAPI.TOTADevicePlatform
Delphi
TOTADevicePlatform = (dpWindows, dpOSX, dpiOS, dpAndroid, dpLinux, dpUndefined) deprecated 'Use TOTAOSFamily instead';
C++
enum DECLSPEC_DENUM TOTADevicePlatform _DEPRECATED_ATTRIBUTE1("Use TOTAOSFamily instead") : unsigned char { dpWindows, dpOSX, dpiOS, dpAndroid, dpLinux, dpUndefined };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | PlatformAPI |
Description
Attention: TOTADevicePlatform is deprecated. Please use TOTAOSFamily.
TOTADevicePlatform defines a platform for a design-time device. The following platforms are supported:
dpWindows
: WindowsdpOSX
: OS XdpiOS
: iOSdpAndroid
: AndroiddpLinux
: Linux