FireDAC.Comp.Script.TFDScript.AfterExecute

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

Delphi

property AfterExecute: TNotifyEvent read FAfterExecute write FAfterExecute;

C++

__property System::Classes::TNotifyEvent AfterExecute = {read=FAfterExecute, write=FAfterExecute};

プロパティ

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

説明

このイベントは、実行が終了した後に発生します。


AfterExecute イベントを使用して、実行が終了したときのイベントを処理します。

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

関連項目

https://docwiki.embarcadero.com/Libraries/Tokyo/j/index.php?title=FireDAC.Comp.Script.TFDScript.AfterExecute&oldid=551777」から取得