FireDAC.Comp.DataSet.TFDDataSet.BeforeExecute
Delphi
property BeforeExecute: TFDDataSetEvent read FBeforeExecute write FBeforeExecute;
C++
__property TFDDataSetEvent BeforeExecute = {read=FBeforeExecute, write=FBeforeExecute};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp |
FireDAC.Comp.DataSet | TFDDataSet |
Description
Fires before the SQL command execution is started.
The BeforeExecute event fires before the SQL command execution is started, as a result of calling the Execute method.