FireDAC.Comp.DataSet.TFDDataSet.BeforeExecute
[–] Properties | |
---|---|
Type: event | |
Visibility: public | |
Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
Unit: FireDAC.Comp.DataSet | |
Parent: TFDDataSet |
Delphi
property BeforeExecute: TFDDataSetEvent read FBeforeExecute write FBeforeExecute;
C++
__property TFDDataSetEvent BeforeExecute = {read=FBeforeExecute, write=FBeforeExecute};
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.