PlatformAPI.IOTADesignerDevice190.GetDevicePlatform

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDevicePlatform: TOTADevicePlatform; deprecated 'use IOTADesignerDevice.GetOSFamily instead';

C++

virtual TOTADevicePlatform __fastcall GetDevicePlatform _DEPRECATED_ATTRIBUTE1("use IOTADesignerDevice.GetOSFamily instead") () = 0 ;

Properties

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

Description

Attention: GetDevicePlatform is deprecated. Please use IOTADesignerDevice220.GetOSFamily.

GetDevicePlatform returns the platform that a design-time device runs on.

See Also