PlatformAPI.IOTADesignerDeviceServices190.BeginDesignerDeviceListUpdate
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:
- Call EndDesignerDeviceListUpdate to have every change saved to disk.
- Call CancelDesignerDeviceListUpdate to revert any change performed during the "batch modification" mode.