PlatformAPI.IOTADesignerDeviceServices190.BeginDesignerDeviceListUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BeginDesignerDeviceListUpdate;

C++

virtual void __fastcall BeginDesignerDeviceListUpdate() = 0 ;

Properties

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

Description

Use BeginDesignerDeviceListUpdate to switch the "batch modification" mode on.

During the "batch modification" mode, changes to design-time devices are not saved to disk. To switch the "batch modification" mode off:

See Also