API:FireDAC.Comp.Client.TFDCommand.BeforeExecute

提供:RAD Studio API Documentation

Delphi

property BeforeExecute;

C++

__property BeforeExecute;

プロパティ

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

説明

このイベントは、コマンドが実行される前に発生します。 FireDAC.Comp.Client.TFDCommand.BeforeExecute は FireDAC.Comp.Client.TFDCustomCommand.BeforeExecute を継承しています。以下の内容はすべて FireDAC.Comp.Client.TFDCustomCommand.BeforeExecute を参照しています。

このイベントは、コマンドが実行される前に発生します。

BeforeExecute イベントは、Execute メソッドを呼び出すことによりコマンドが実行される前に発生します。

関連項目