FireDAC.Comp.Script.TFDScript.AfterExecute

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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