RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLResolver.DoUpdate Method

Defines a method that modifies a record.

Pascal
procedure DoUpdate(Tree: TUpdateTree); override;
C++
virtual __fastcall DoUpdate(TUpdateTree Tree);

DoUpdate is one of several helper methods internal to the ApplyUpdates method. These helper methods perform the actual updates passed in the delta packet. ApplyUpdates wraps the delta packet in a TUpdateTree object. For each record that must be modified, the resolver calls DoUpdate. 

TCustomResolver does not implement the DoUpdate method. Descendants override this method to insert records in their own specialized way. 

 

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