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