API:FireDAC.Comp.Client.TFDMemTable.AfterExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterExecute: TFDDataSetEvent read FAfterExecute write FAfterExecute;

C++

__property AfterExecute;

Properties

Type Visibility Source Unit Parent
event published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDMemTable

Description

Fires after the SQL command execution is finished.

FireDAC.Comp.Client.TFDMemTable.AfterExecute inherits from FireDAC.Comp.DataSet.TFDDataSet.AfterExecute. All content below this line refers to FireDAC.Comp.DataSet.TFDDataSet.AfterExecute.

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