PlatformAPI.TOTADevicePlatform

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOTADevicePlatform = (dpWindows, dpOSX, dpiOS, dpAndroid, dpLinux, dpUndefined) deprecated 'Use TOTAOSFamily instead';

Properties

Type Visibility Source Unit Parent
enum public PlatformAPI.pas PlatformAPI PlatformAPI

Description

Warning: 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