PlatformAPI.IOTADesignerDeviceServices190.AddDesignerDevice

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddDesignerDevice(const ADevice: IOTADesignerDevice);

Properties

Type Visibility Source Unit Parent
procedure public PlatformAPI.pas PlatformAPI IOTADesignerDeviceServices190

Description

Use AddDesignerDevice to add a design-time device that you previously created to the IDE.

Note: Calling this procedure automatically switches the "batch modification" mode on. You must call EndDesignerDeviceListUpdate to actually apply your changes, or call CancelDesignerDeviceListUpdate to cancel your changes. See BeginDesignerDeviceListUpdate for more information.

See Also