PlatformAPI.IOTADesignerDeviceServices190.UpdateDesignerDevice

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateDesignerDevice(const ADevice: IOTADesignerDevice);

Properties

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

Description

UpdateDesignerDevice updates the design-time device in the IDE that matches the ID of the specified design-time device with the data of the specified design-time device. In other words, the specified design-time device overwrites the design-time device in the IDE that has the same ID.

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