RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomADODataSet.BeforeRefresh Event

Occurs immediately before an application refreshes the data in the dataset.

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

Write a BeforeRefresh event handler to take specific action immediately before an application updates the records in the dataset. BeforeRefresh 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!