Data.DB.TDataSet.DoBeforeRefresh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoBeforeRefresh; virtual;

C++

virtual void __fastcall DoBeforeRefresh(void);

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.

See Also