Data.DB.TDataSet.DoAfterEdit
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TDataSet |
Delphi
procedure DoAfterEdit; virtual;
C++
virtual void __fastcall DoAfterEdit();
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.