Data.Win.ADODB.TADODataSet.AfterInsert
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: published | |
| Source: Data.Win.ADODB.pas Data.Win.ADODB.hpp
| |
| Unit: Data.Win.ADODB | |
| Parent: TADODataSet | |
Delphi
property AfterInsert;
C++
__property AfterInsert;
Description
Occurs after an application inserts a new record.
Data.Win.ADODB.TADODataSet.AfterInsert inherits from Data.DB.TDataSet.AfterInsert. All content below this line refers to Data.DB.TDataSet.AfterInsert.
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