RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomResolver.LogUpdateRecord Method

Adds records to the error log if their data has been changed by another application.

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

When the InternalUpdateRecord method detects that a record includes other changes than those specified by an update in the delta packet, it calls LogUpdateRecord to add the changed and updated record to the error log so that the client dataset or XML broker can refresh the updated record. This error log is eventually returned by the ApplyUpdates method when the update operation ends. 

The Tree parameter represents the set of updates being applied. 

 

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