FireDAC.Comp.Script.TFDScript.AfterExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterExecute: TNotifyEvent read FAfterExecute write FAfterExecute;

C++

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

Properties

Type Visibility Source Unit Parent
event published
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScript

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