PlatformAPI.TOTADevicePlatform

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI PlatformAPI


Description

Avertissement : TOTADevicePlatform est obsolète. Veuillez utiliser TOTAOSFamily.

TOTADevicePlatform définit une plate-forme pour un périphérique d'aide à la conception. Les plates-formes suivantes sont supportées :

  • dpWindows : Windows
  • dpOSX: OS X
  • dpiOS : iOS
  • dpAndroid : Android
  • dpLinux : Linux