Data.DB.TDataSet.DoBeforeRefresh
Delphi
procedure DoBeforeRefresh; virtual;
C++
virtual void __fastcall DoBeforeRefresh();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | Data.DB.pas Data.DB.hpp | Data.DB | TDataSet | 
Description
BeforeRefresh event dispatcher.
DoBeforeRefresh is a BeforeRefresh event dispatcher. Override this method to change the behavior of the dataset immediately before an application refreshes the data in the dataset.