API:Bde.DBTables.TBDEDataSet.AfterPost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterPost: TDataSetNotifyEvent read FAfterPost write FAfterPost;

C++

__property AfterPost;

Properties

Type Visibility Source Unit Parent
event published
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TBDEDataSet

Description

Occurs after an application writes the active record to the database or change log and returns to browse state.

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

Occurs after an application writes the active record to the database or change log and returns to browse state.

Write an AfterPost event handler to take specific action immediately after an application posts a change to the active record. AfterPost is called after a modification or insertion is made to a record.

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

See Also

Code Examples