FireDAC.Comp.Client.TFDQuery.FetchOptions

From RAD Studio API Documentation

Delphi

property FetchOptions: TFDFetchOptions read GetFetchOptions write SetFetchOptions;

C++

__property FetchOptions;

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDQuery

Description

Represents the set of options to control the data fetching. FireDAC.Comp.Client.TFDQuery.FetchOptions inherits from FireDAC.Comp.DataSet.TFDDataSet.FetchOptions. All content below this line refers to FireDAC.Comp.DataSet.TFDDataSet.FetchOptions. Represents the set of options to control the data fetching.

See Also