FireDAC.Comp.Script.TFDScript.BeforeExecute

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property BeforeExecute: TNotifyEvent read FBeforeExecute write FBeforeExecute;

C++

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

プロパティ

種類 可視性 ソース ユニット
event published
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScript

説明

このイベントは、実行が開始する前に発生します。


BeforeExecute を使用して、実行が開始する前のイベントを処理します。

Execute や Validate で始まるすべてのメソッド(ExecuteX、ValidateX)では、実行開始時に、BeforeExecute イベント ハンドラが呼び出されます。

関連項目