FireDAC.Comp.Client.TFDCustomCommand.BeforeFetch

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property BeforeFetch: TNotifyEvent read FBeforeFetch write FBeforeFetch;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
event public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomCommand

Description

Cet événement se déclenche avant la récupération à partir du curseur de la commande.

L'événement BeforeFetch se déclenche avant la récupération des lignes du curseur de commande obtenue en appelant la méthode Fetch.

Voir aussi