FireDAC.Comp.Client.TFDCustomCommand.BeforeFetch

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomCommand

Delphi

property BeforeFetch: TNotifyEvent read FBeforeFetch write FBeforeFetch;

C++

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

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.

See Also