PlatformAPI.IOTADesignerDeviceServices190.GetDesignerDevice

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDesignerDevice(const AName: string): IOTADesignerDevice;

C++

virtual _di_IOTADesignerDevice __fastcall GetDesignerDevice(const System::UnicodeString AName) = 0 ;

Properties

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

Description

GetDesignerDevice returns the design-time device with the specified design-time device ID.

See Also