Data.DB.TDataSet.DoAfterPost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAfterPost; virtual;

C++

virtual void __fastcall DoAfterPost();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

Description

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