RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomResolver.BeginUpdate Method

Provides the interface for a method that performs any initialization before applying updates.

Pascal
procedure BeginUpdate; virtual;
C++
virtual __fastcall BeginUpdate();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!