FireDAC.Comp.Script.TFDScript.BeforeExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeExecute: TNotifyEvent read FBeforeExecute write FBeforeExecute;

C++

__property System::Classes::TNotifyEvent BeforeExecute = {read=FBeforeExecute, write=FBeforeExecute};

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 execution starts.

Use BeforeExecute to handle the event before the execution starts.

All the ExecuteXxx and ValidateXxx methods call the BeforeExecute event handler at their start.

See Also