PlatformAPI.IOTADesignerDeviceServices190.RemoveDesignerDevice

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveDesignerDevice(const ADeviceName: string);

Properties

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

Description

RemoveDesignerDevice removes the design-time device with the specified ID from 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