FireDAC.Comp.Script.TFDScript.AfterScript

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 AfterScript: TNotifyEvent read FAfterScript write FAfterScript;

C++

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

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