FireDAC.Comp.Script.TFDScript.BeforeScript

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeScript: TNotifyEvent read FBeforeScript write FBeforeScript;

C++

__property System::Classes::TNotifyEvent BeforeScript = {read=FBeforeScript, write=FBeforeScript};

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 before the script processing starts.

Use BeforeScript to handle the event when the script processing starts.

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

See Also