PlatformAPI.IOTADesignerDeviceServices190.DesignerDevices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DesignerDevices[const Name: string]: IOTADesignerDevice read GetDesignerDevice; default;

C++

__property _di_IOTADesignerDevice DesignerDevices[const System::UnicodeString Name] = {read=GetDesignerDevice/*, default*/};

Properties

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

Description

DesignerDevices is an array with the IDE design-time devices indexed by design-time device ID.

See Also