PlatformAPI.IOTADesignerDeviceServices190.GetOSByPlatform

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOSByPlatform(APlatform: TOTADevicePlatform): TOTADesignerOSList; deprecated 'Use IOTADesignerDeviceServices.GetOSByFamily instead';

C++

virtual TOTADesignerOSList __fastcall GetOSByPlatform _DEPRECATED_ATTRIBUTE1("Use IOTADesignerDeviceServices.GetOSByFamily instead") (TOTADevicePlatform APlatform) = 0 ;

Properties

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

Description

Attention: GetOSByPlatform is deprecated. Please use IOTADesignerDeviceServices.GetOSByFamily.

GetOSByPlatform returns an array of platform versions registered for the specified platform.

See Also