Data.DB.TDataSet.DoBeforeEdit
Delphi
procedure DoBeforeEdit; virtual;
C++
virtual void __fastcall DoBeforeEdit(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
BeforeEdit event dispatcher.
DoBeforeEdit is a BeforeEdit event dispatcher. Override this method to change the behavior of the dataset before an application enters edit mode for the active record.