FireDAC.Comp.Client.TFDCustomMemTable.FetchOnDemand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FetchOnDemand: Boolean read GetFetchOnDemand write SetFetchOnDemand;

C++

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

Properties

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

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.

See Also