FireDAC.Comp.DataSet.TFDDataSet.AfterExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterExecute: TFDDataSetEvent read FAfterExecute write FAfterExecute;

C++

__property TFDDataSetEvent AfterExecute = {read=FAfterExecute, write=FAfterExecute};

Properties

Type Visibility Source Unit Parent
event public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

Description

Fires after the SQL command execution is finished.

The AfterExecute event fires after the SQL command execution is finished as a result of the Execute method call.

See Also