FireDAC.Comp.DataSet.TFDDataSet.DoBeforeEdit
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
Unit: FireDAC.Comp.DataSet | |
Parent: TFDDataSet |
Delphi
procedure DoBeforeEdit; override;
C++
virtual void __fastcall DoBeforeEdit();
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.