API:SimpleDS.TSimpleDataSet.AfterDelete
Delphi
property AfterDelete;
C++
__property AfterDelete;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | SimpleDS.pas SimpleDS.hpp |
SimpleDS | TSimpleDataSet |
Description
Occurs after an application deletes a record. SimpleDS.TSimpleDataSet.AfterDelete inherits from Data.DB.TDataSet.AfterDelete. All content below this line refers to Data.DB.TDataSet.AfterDelete.
Occurs after an application deletes a record.
Write an AfterDelete event handler to take specific action immediately after an application deletes the active record in a dataset. AfterDelete is called by Delete after it deletes the record, sets the dataset state to dsBrowse, and repositions the current record.
AfterCancel is an event handler of type Data.DB.TDataSetNotifyEvent.