API:Bde.DBTables.TBDEDataSet.AfterInsert

From RAD Studio API Documentation

Delphi

property AfterInsert: TDataSetNotifyEvent read FAfterInsert write FAfterInsert;

C++

__property AfterInsert;

Properties

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

Description

Occurs after an application inserts a new record. {{#multireplace:Bde.DBTables.TBDEDataSet.AfterInsert|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DB.TDataSet.AfterInsert|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DB.TDataSet.AfterInsert|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Occurs after an application inserts a new record.

Write an AfterInsert event handler to take specific action immediately after an application inserts a record. The Insert and Append methods generate an AfterInsert event after inserting or appending a new record.

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

See Also

Code Examples