FireDAC.Comp.Client.TFDCustomCommand.BeforeFetch
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 メソッドの呼び出しによってコマンド カーソルから行が取得される前に発生します。