PlatformAPI.IOTADesignerDevice190.GetDevicePlatform

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

Delphi

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

C++

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

プロパティ

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

説明

警告: GetDevicePlatform は非推奨になっています。 IOTADesignerDevice220.GetOSFamily を使用してください。

GetDevicePlatform は、設計時デバイスが動作しているプラットフォーム を返します。


関連項目