FireDAC.Comp.DataSet.TFDDataSet.FetchNext
Delphi
function FetchNext: Integer;
C++
int __fastcall FetchNext();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp  | 
        FireDAC.Comp.DataSet | TFDDataSet | 
Description
A shortcut to the GetNextPacket method.
Use the FetchNext method to fetch the next rowset from the DBMS. See the GetNextPacket method description for more details.