API:FireDAC.Comp.Client.TFDAdaptedDataSet.DoFetch

提供: RAD Studio API Documentation
移動先: 案内検索

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 */;

プロパティ

種類 可視性 ソース ユニット
function protected
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDAdaptedDataSet

説明


このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。