FireDAC.Comp.DataSet.TFDDataSet.AfterExecute

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

property AfterExecute: TFDDataSetEvent read FAfterExecute write FAfterExecute;

C++

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

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