PlatformAPI.IOTADesignerOSEntry190.GetOSPlatform

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOSPlatform: TOTADevicePlatform; deprecated 'Use IOTADesignerOSEntry.GetOSFamily instead';

C++

virtual TOTADevicePlatform __fastcall GetOSPlatform _DEPRECATED_ATTRIBUTE1("Use IOTADesignerOSEntry.GetOSFamily instead") () = 0 ;

Properties

Type Visibility Source Unit Parent
function public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI IOTADesignerOSEntry190

Description

Attention: GetOSPlatform is deprecated. Please use IOTADesignerOSEntry.GetOSFamily.

GetOSPlatform returns the platform of a platform version.

See Also