FireDAC.Comp.DataSet.TFDDataSet.BeforeExecute

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also