API:Bde.DBTables.TBDEDataSet.BeforeRefresh
Delphi
property BeforeRefresh;
C++
__property BeforeRefresh;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Bde.DBTables.pas Bde.DBTables.hpp |
Bde.DBTables | TBDEDataSet |
Description
Occurs immediately before an application refreshes the data in the dataset.
Bde.DBTables.TBDEDataSet.BeforeRefresh inherits from Data.DB.TDataSet.BeforeRefresh. All content below this line refers to Data.DB.TDataSet.BeforeRefresh.
Occurs immediately before an application refreshes the data in the dataset.
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.
BeforeRefresh is an event handler of type Data.DB.TDataSetNotifyEvent.