PlatformAPI.TOTAOSFamily

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOTAOSFamily = (
osfWindows,
osfOSX,
osfiOS,
osfAndroid,
osfLinux,
osfUndefined
);

C++

enum DECLSPEC_DENUM TOTAOSFamily : unsigned char { osfWindows, osfOSX, osfiOS, osfAndroid, osfLinux, osfUndefined };

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.