FireDAC.Comp.Client.TFDAdaptedDataSet.DoFetch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoFetch(ATable: TFDDatSTable; AAll: Boolean;  ADirection: TFDFetchDirection = fdDown): Integer; overload; override;
function DoFetch(ARow: TFDDatSRow; AColumn: Integer;  ARowOptions: TFDPhysFillRowOptions): Boolean; overload; override;

C++

virtual int __fastcall DoFetch(Firedac::Dats::TFDDatSTable* ATable, bool AAll, Firedac::Comp::Dataset::TFDFetchDirection ADirection = (Firedac::Comp::Dataset::TFDFetchDirection)(0x1))/* overload */;
virtual bool __fastcall DoFetch(Firedac::Dats::TFDDatSRow* ARow, int AColumn, Firedac::Phys::Intf::TFDPhysFillRowOptions ARowOptions)/* overload */;

Properties

Type Visibility Source Unit Parent
function protected
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDAdaptedDataSet

Description


Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!