PlatformAPI.IOTADesignerDeviceServices190.RemoveDesignerDevice

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveDesignerDevice(const ADeviceName: string);

C++

virtual void __fastcall RemoveDesignerDevice(const System::UnicodeString ADeviceName) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
PlatformAPI.pas
PlatformAPI.hpp
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