PlatformAPI.IOTADesignerDeviceServices190.SetLastOSVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetLastOSVersion(APlatform: TOTADevicePlatform; aVersion: string); deprecated 'Use IOTADesignerDeviceServices.SetLastOSFamilyVersion instead';

C++

virtual void __fastcall SetLastOSVersion _DEPRECATED_ATTRIBUTE1("Use IOTADesignerDeviceServices.SetLastOSFamilyVersion instead") (TOTADevicePlatform APlatform, System::UnicodeString aVersion) = 0 ;

Properties

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

Description

Attention: SetLastOSVersion is deprecated. Please use IOTADesignerDeviceServices.SetLastOSFamilyVersion.

Use SetLastOSVersion to define the version of the specified platform to be used in the Form Designer the next time.

See Also