FireDAC.Comp.Script.TFDScript.AfterScript

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterScript: TNotifyEvent read FAfterScript write FAfterScript;

C++

__property System::Classes::TNotifyEvent AfterScript = {read=FAfterScript, write=FAfterScript};

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 script processing ends.

Use AfterScript to handle the event after the script processing ends.

The event is not called by the ExecuteStep and ValidateStep events, if they do not call a subscript.

See Also