FireDAC.Comp.Client.TFDCustomMemTable.FetchOnDemand

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property FetchOnDemand: Boolean read GetFetchOnDemand write SetFetchOnDemand;

C++

__property bool FetchOnDemand = {read=GetFetchOnDemand, write=SetFetchOnDemand, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomMemTable


Description

Raccourci de FetchOptions.Mode.

FetchOnDemand est un raccourci de FetchOptions.Mode égale à fmAll/fmOnDemand, vous permettant de définir/obtenir le mode de récupération de l'ensemble de résultats. 

Cette propriété est utile pour la compatibilité de TClientDataSet.

Voir aussi