FireDAC.Comp.DataSet.TFDDataSet.BeforeExecute

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

Delphi

property BeforeExecute: TFDDataSetEvent read FBeforeExecute write FBeforeExecute;

C++

__property TFDDataSetEvent BeforeExecute = {read=FBeforeExecute, write=FBeforeExecute};

プロパティ

種類 可視性 ソース ユニット
event public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

説明

SQL コマンドの実行が開始される前に発生します。


BeforeExecute イベントは、Execute メソッドの呼び出し結果として SQL コマンドの実行が開始される前に発生します。

関連項目