RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Provider.TAfterUpdateRecordEvent Type

TAfterUpdateRecordEvent represents the type of events that occur when the associated resolver has just updated a record.

Pascal
TAfterUpdateRecordEvent = procedure (Sender: TObject; SourceDS: TDataSet; DeltaDS: TCustomClientDataSet; UpdateKind: TUpdateKind) of object;
C++
(Sender: TObject; SourceDS: TDataSet; DeltaDS: TCustomClientDataSet; UpdateKind: TUpdateKind) ( TAfterUpdateRecordEvent)();

Call TAfterUpdateRecordEvent to provide special processing immediately after a record has been successfully updated. For example, you can use an object of the TAfterUpdateRecordEvent type to maintain a log of successful updates. 

 

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