FireDAC.Comp.Client.TFDCustomCommand.BeforePrepare

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

Delphi

property BeforePrepare: TNotifyEvent read FBeforePrepare write FBeforePrepare;

C++

__property System::Classes::TNotifyEvent BeforePrepare = {read=FBeforePrepare, write=FBeforePrepare};

プロパティ

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


説明

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

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

関連項目