API:Data.Win.ADODB.TCustomADODataSet.BeforeRefresh

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Unit: Data.Win.ADODB
Parent: TCustomADODataSet

Delphi

property BeforeRefresh;

C++

__property BeforeRefresh;

Description

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

Data.Win.ADODB.TCustomADODataSet.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.

See Also