FireDAC.Comp.Client.TFDTable.DoFetch

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDTable

Delphi

function DoFetch(ATable: TFDDatSTable; AAll: Boolean; ADirection: TFDFetchDirection = fdDown): Integer; override;

C++

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

Description



Embarcadero Technologies does not currently have any additional information.