PlatformAPI.IOTADesignerDeviceServices190.GetOSByPlatform

提供: RAD Studio API Documentation
移動先: 案内検索

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 ;

プロパティ

種類 可視性 ソース ユニット
function public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI IOTADesignerDeviceServices190

説明

警告: GetOSByPlatform は非推奨になっています。 IOTADesignerDeviceServices.GetOSByFamily を使用してください。

GetOSByPlatform は、指定されたプラットフォームに登録されているプラットフォーム バージョンの配列を返します。


関連項目