Data.DB.TDataSet.DoAfterInsert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAfterInsert; virtual;

C++

virtual void __fastcall DoAfterInsert();

Properties

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

Description

AfterInsert event dispatcher.

DoAfterInsert is an AfterInsert event dispatcher. Override this method to change the behavior of the dataset after an application inserts a new record.

See Also