FireDAC.Comp.Client.TFDCustomCommand.BeforeFetch
Delphi
property BeforeFetch: TNotifyEvent read FBeforeFetch write FBeforeFetch;
C++
__property System::Classes::TNotifyEvent BeforeFetch = {read=FBeforeFetch, write=FBeforeFetch};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDCustomCommand |
Description
This event fires before fetching from the command cursor.
The BeforeFetch event fires before the rows are fetched from the command cursor by calling the Fetch method.