Data.DB.TDataSet.DoAfterPost

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

procedure DoAfterPost; virtual;

C++

virtual void __fastcall DoAfterPost();

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