RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCachedDataSet.AfterUpdateRecord Event

Occurs immediately after an updated record has been applied to the database server.

Pascal
property AfterUpdateRecord: TAfterUpdateRecordEvent;
C++
__property TAfterUpdateRecordEvent AfterUpdateRecord;

Write an AfterUpdateRecord event handler to provide special processing immediately after a record has been successfully updated. For example, use AfterUpdateRecord 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!