PlatformAPI.IOTADesignerDeviceServices190.DesignerDeviceExists

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DesignerDeviceExists(const ADeviceName: string): Boolean;

C++

virtual bool __fastcall DesignerDeviceExists(const System::UnicodeString ADeviceName) = 0 ;

Properties

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

Description

DesignerDeviceExists returns True if a design-time device with the specified ID exists; it returns False otherwise.

See Also