FireDAC.Comp.Client.TFDQuery.BeforeExecute
Delphi
property BeforeExecute;
C++
__property BeforeExecute;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDQuery |
Description
Fires before the SQL command execution is started.
FireDAC.Comp.Client.TFDQuery.BeforeExecute inherits from FireDAC.Comp.DataSet.TFDDataSet.BeforeExecute. All content below this line refers to FireDAC.Comp.DataSet.TFDDataSet.BeforeExecute.
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.