PlatformAPI.IOTADesignerOSEntry190.SetOSPlatform

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOSPlatform(const Value: TOTADevicePlatform); deprecated 'Use IOTADesignerOSEntry.SetOSFamily instead';

C++

virtual void __fastcall SetOSPlatform _DEPRECATED_ATTRIBUTE1("Use IOTADesignerOSEntry.SetOSFamily instead") (const TOTADevicePlatform Value) = 0 ;

Properties

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

Description

Attention: SetOSPlatform is deprecated. Please use IOTADesignerOSEntry.SetOSFamily.

Use SetOSPlatform to define the platform of a platform version.

See Also