System.SysUtils.TPlatforms

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TPlatforms = set of TOSVersion.TPlatform;

C++

typedef System::Set<TOSVersion::TPlatform, TOSVersion::TPlatform::pfWindows, TOSVersion::TPlatform::pfLinux> TPlatforms;

Properties

Type Visibility Source Unit Parent
set
typedef
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Specifies a set of OS platforms.

The TPlatform type defines the pfWindows, pfMacOS, pfiOS, pfAndroid, and pfLinux constants that identify the OS platforms on which Delphi or C++Builder applications can run (Windows, Mac OS, iOS, Android, and others).

Use TPlatforms to identify sets of OS platforms.

See Also