API:FireDAC.Phys.Intf.IFDPhysCommand.Fetch

From RAD Studio API Documentation

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
Unit: FireDAC.Phys.Intf
Parent: IFDPhysCommand

Delphi

procedure Fetch(ATable: TFDDatSTable; AAll: Boolean = True;
ABlocked: Boolean = False); overload;
procedure Fetch(ADatSManager: TFDDatSManager;
AMetaInfoMergeMode: TFDPhysMetaInfoMergeMode = mmReset); overload;

C++

virtual void __fastcall Fetch(Firedac::Dats::TFDDatSTable* ATable, bool AAll = true, bool ABlocked = false) = 0 /* overload */;
virtual void __fastcall Fetch(Firedac::Dats::TFDDatSManager* ADatSManager, TFDPhysMetaInfoMergeMode AMetaInfoMergeMode = (TFDPhysMetaInfoMergeMode)(0x0)) = 0 /* overload */;

Description

Embarcadero Technologies does not currently have any additional information.