PlatformAPI.TOTADevicePlatform

From RAD Studio API Documentation
Jump to: navigation, search

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: Windows
  • dpOSX: OS X
  • dpiOS: iOS
  • dpAndroid: Android
  • dpLinux: Linux