RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomADODataSet.AfterRefresh Event

Occurs after an application refreshes the data in the dataset.

Pascal
property AfterRefresh: TDataSetNotifyEvent;
C++
__property TDataSetNotifyEvent AfterRefresh;

Write an AfterRefresh event handler to take specific action immediately after an application has updated the records in the dataset. AfterRefresh is generated by calls to the Refresh method. 

 

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