RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseProvider.DoAfterUpdateRecord Method

Generates an AfterUpdateRecord event.

Pascal
procedure DoAfterUpdateRecord(SourceDS: TDataSet; DeltaDS: TCustomClientDataSet; UpdateKind: TUpdateKind); virtual;
C++
virtual __fastcall DoAfterUpdateRecord(TDataSet SourceDS, TCustomClientDataSet DeltaDS, TUpdateKind UpdateKind);

DoAfterUpdateRecord is the protected implementation of the AfterUpdateRecord event. Override this method to perform class-specific actions in response to data requests. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!