Open main menu

RAD Studio API Documentation β

FireDAC.Comp.Script.TFDScript.AfterExecute

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

Delphi

property AfterExecute: TNotifyEvent read FAfterExecute write FAfterExecute;

C++

__property System::Classes::TNotifyEvent AfterExecute = {read=FAfterExecute, write=FAfterExecute};

Description

The event is fired after the execution is finished.

Use the AfterExecute event to handle the event when the execution is finished.

All the ExecuteXxx and ValidateXxx methods call the AfterExecute event handler at their end.

See Also