FireDAC.Comp.DataSet.TFDDataSet.DoFetch
Delphi
function DoFetch(ATable: TFDDatSTable; AAll: Boolean; ADirection: TFDFetchDirection = fdDown): Integer; overload; virtual;
function DoFetch(ARow: TFDDatSRow; AColumn: Integer; ARowOptions: TFDPhysFillRowOptions): Boolean; overload; virtual;
C++
virtual int __fastcall DoFetch(Firedac::Dats::TFDDatSTable* ATable, bool AAll, TFDFetchDirection ADirection = (TFDFetchDirection)(0x1))/* overload */;
virtual bool __fastcall DoFetch(Firedac::Dats::TFDDatSRow* ARow, int AColumn, Firedac::Phys::Intf::TFDPhysFillRowOptions ARowOptions)/* overload */;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | protected | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp |
FireDAC.Comp.DataSet | TFDDataSet |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !