FireDAC.Comp.Client.TFDTable.FetchWindow
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDTable | |
Delphi
procedure FetchWindow(out AFetched: Integer; APrepOnly: Boolean = False;
AForceClear: Boolean = False; ATable: TFDDatsTable = nil);
C++
void __fastcall FetchWindow(/* out */ int &AFetched, bool APrepOnly = false, bool AForceClear = false, Firedac::Dats::TFDDatSTable* ATable = (Firedac::Dats::TFDDatSTable*)(0x0));
Description
Embarcadero Technologies does not currently have any additional information.