FireDAC.Comp.Client.TFDCustomMemTable.FetchOnDemand
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDCustomMemTable |
Delphi
property FetchOnDemand: Boolean read GetFetchOnDemand write SetFetchOnDemand;
C++
__property bool FetchOnDemand = {read=GetFetchOnDemand, write=SetFetchOnDemand, nodefault};
Description
Shortcut for FetchOptions.Mode.
FetchOnDemand is a shortcut for FetchOptions.Mode that is equal to fmAll / fmOnDemand
and allows you to set / get the resultset fetching mode.
The property is for the TClientDataSet compatibility.