PlatformAPI.IOTADesignerDeviceServices190.GetLastOSVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetLastOSVersion(APlatform: TOTADevicePlatform): string; deprecated 'Use IOTADesignerDeviceServices.GetLastOSFamilyVersion instead';

C++

virtual System::UnicodeString __fastcall GetLastOSVersion _DEPRECATED_ATTRIBUTE1("Use IOTADesignerDeviceServices.GetLastOSFamilyVersion instead") (TOTADevicePlatform APlatform) = 0 ;

Properties

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

Description

Attention: GetLastOSVersion is deprecated. Please use IOTADesignerDeviceServices.GetLastOSFamilyVersion.

GetLastOSVersion returns the version of the specified platform that was used in the Form Designer the last time.

See Also