Data.DB.TDataSet.DoBeforeRefresh

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

procedure DoBeforeRefresh; virtual;

C++

virtual void __fastcall DoBeforeRefresh();

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