FireDAC.Comp.Script.TFDScript.BeforeScript

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 BeforeScript: TNotifyEvent read FBeforeScript write FBeforeScript;

C++

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

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