FireDAC.Comp.DataSet.TFDDataSet.DoBeforeEdit
Delphi
procedure DoBeforeEdit; override;
C++
virtual void __fastcall DoBeforeEdit();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp |
FireDAC.Comp.DataSet | TFDDataSet |
Description
BeforeEdit event dispatcher.
FireDAC.Comp.DataSet.TFDDataSet.DoBeforeEdit inherits from Data.DB.TDataSet.DoBeforeEdit. All content below this line refers to Data.DB.TDataSet.DoBeforeEdit.
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.