Datasnap.Provider.TCustomResolver.BeginUpdate
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Datasnap.Provider.pas Datasnap.Provider.hpp
| |
| Unit: Datasnap.Provider | |
| Parent: TCustomResolver | |
Delphi
procedure BeginUpdate; virtual;
C++
virtual void __fastcall BeginUpdate();
Description
Provides the interface for a method that performs any initialization before applying updates.
The ApplyUpdates method calls BeginUpdate before applying updates in a delta packet.
As implemented in TCustomResolver, BeginUpdate does nothing. Descendants that need take specific action before applying updates override this method.