FireDAC.Phys.MongoDBDataSet.TFDMongoDataSet.AfterEdit
[–] Properties | |
---|---|
Type: event | |
Visibility: published | |
Source: FireDAC.Phys.MongoDBDataSet.pas FireDAC.Phys.MongoDBDataSet.hpp
| |
Unit: FireDAC.Phys.MongoDBDataSet | |
Parent: TFDMongoDataSet |
Delphi
property AfterEdit;
C++
__property AfterEdit;
Description
Occurs after an application starts editing a record.
FireDAC.Phys.MongoDBDataSet.TFDMongoDataSet.AfterEdit inherits from Data.DB.TDataSet.AfterEdit. All content below this line refers to Data.DB.TDataSet.AfterEdit.
Occurs after an application starts editing a record.
Write an AfterEdit event handler to take specific action immediately after dataset enters edit mode. AfterEdit is called by Edit after it enables editing of a record, recalculates calculated fields, and calls the data event handler to process a record change.
AfterEdit is an event handler of type Data.DB.TDataSetNotifyEvent.
See Also
Code Examples