Bde.DBTables.TBDEDataSet.AfterRefresh

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TBDEDataSet

Delphi

property AfterRefresh;

C++

__property AfterRefresh;

Description

Occurs after an application refreshes the data in the dataset.

Bde.DBTables.TBDEDataSet.AfterRefresh inherits from Data.DB.TDataSet.AfterRefresh. All content below this line refers to Data.DB.TDataSet.AfterRefresh.

Occurs after an application refreshes the data in the dataset.

Write an AfterRefresh event handler to take specific action immediately after an application has updated the records in the dataset. AfterRefresh is generated by calls to the Refresh method.

AfterRefresh is an event handler of type Data.DB.TDataSetNotifyEvent.

See Also