PlatformAPI.IOTADesignerDeviceServices190.DesignerDeviceExists
Delphi
function DesignerDeviceExists(const ADeviceName: string): Boolean;
C++
virtual bool __fastcall DesignerDeviceExists(const System::UnicodeString ADeviceName) = 0 ;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | IOTADesignerDeviceServices190 |
説明
DesignerDeviceExists は、指定した ID の設計時デバイスが存在する場合は True
を返し、そうでない場合は False
を返します。