API:FireDAC.Comp.Client.TFDMemTable.AfterExecute

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDMemTable

Delphi

property AfterExecute;

C++

__property AfterExecute;

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