RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseProvider.AfterUpdateRecord Event

Occurs when the associated resolver has just updated a record.

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!