FireDAC.Comp.Client.TFDCustomCommand.BeforeExecute

提供:RAD Studio API Documentation

Delphi

property BeforeExecute: TNotifyEvent read FBeforeExecute write FBeforeExecute;

C++

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

プロパティ

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


説明

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

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

関連項目