FireDAC.Comp.Script.TFDScript.BeforeExecute

提供: RAD Studio API Documentation
2013年8月20日 (火) 16:58時点におけるHonji (トーク | 投稿記録)による版 (1版)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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 イベント ハンドラが呼び出されます。

関連項目