FireDAC.Phys.MongoDBDataSet.TFDMongoQuery.AfterDelete
Delphi
property AfterDelete;
C++
__property AfterDelete;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FireDAC.Phys.MongoDBDataSet.pas FireDAC.Phys.MongoDBDataSet.hpp |
FireDAC.Phys.MongoDBDataSet | TFDMongoQuery |
Description
Occurs after an application deletes a record. FireDAC.Phys.MongoDBDataSet.TFDMongoQuery.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.