API:Bde.DBTables.TNestedTable.DoAfterPost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAfterPost; override;

C++

virtual void __fastcall DoAfterPost();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TNestedTable

Description

AfterPost event dispatcher.

Bde.DBTables.TNestedTable.DoAfterPost inherits from Data.DB.TDataSet.DoAfterPost. All content below this line refers to Data.DB.TDataSet.DoAfterPost.

AfterPost event dispatcher.

DoAfterPost is an AfterPost event dispatcher. Override this method to change the behavior of the dataset after an application writes the active record to the database or change log and returns to browse state.

See Also