FireDAC.Phys.TFDPhysCommand.Fetch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Phys.pas
FireDAC.Phys.hpp
FireDAC.Phys TFDPhysCommand

Description

Embarcadero Technologies does not currently have any additional information.