FireDAC.Comp.Client.TFDCommand.AfterPrepare

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

Delphi

property AfterPrepare: TNotifyEvent read FAfterPrepare write FAfterPrepare;

C++

__property AfterPrepare;

プロパティ

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

説明

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

FireDAC.Comp.Client.TFDCommand.AfterPrepare は FireDAC.Comp.Client.TFDCustomCommand.AfterPrepare を継承しています。以下の内容はすべて FireDAC.Comp.Client.TFDCustomCommand.AfterPrepare を参照しています。

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

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

関連項目