Data.DB.TDataSet.DoAfterEdit
Delphi
procedure DoAfterEdit; virtual;
C++
virtual void __fastcall DoAfterEdit();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | Data.DB.pas Data.DB.hpp | Data.DB | TDataSet | 
Description
AfterEdit event dispatcher.
DoAfterEdit is an AfterEdit event dispatcher. Override this method to change the behavior of the dataset after an application starts editing a record.