FireDAC.Comp.Client.TFDCustomCommand.BeforeFetch

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

Delphi

property BeforeFetch: TNotifyEvent read FBeforeFetch write FBeforeFetch;

C++

__property System::Classes::TNotifyEvent BeforeFetch = {read=FBeforeFetch, write=FBeforeFetch};

プロパティ

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

説明

このイベントは、コマンド カーソルから取得を行う前に発生します。


BeforeFetch は、Fetch メソッドの呼び出しによってコマンド カーソルから行が取得される前に発生します。

関連項目