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 };
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
enum | public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | PlatformAPI |
Beschreibung
Warnung: TOTADevicePlatform ist veraltet. Bitte verwenden Sie TOTAOSFamily.
TOTADevicePlatform definiert eine Plattform für ein Entwurfszeit-Gerät. Die folgenden Plattformen werden unterstützt:
dpWindows
: WindowsdpOSX
: OS XdpiOS
: iOSdpAndroid
: AndroiddpLinux
: Linux