PlatformAPI.IOTADesignerDevice190.SetDevicePlatform

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

Delphi

procedure SetDevicePlatform(const Value: TOTADevicePlatform); deprecated 'use IOTADesignerDevice.SetOsFamily instead';

プロパティ

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

説明

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

SetDevicePlatform を使用して、設計時デバイスが動作しているプラットフォーム を定義します。


同じ設計時デバイスに複数のプラットフォームを定義することはできません。代わりに、2 つの異なる設計時デバイスを作成し、そのそれぞれを、動作環境となるプラットフォームの 1 つに対応させる必要があります。

関連項目