FireDAC.Comp.DataSet.TFDDataSet.FetchNext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FetchNext: Integer;

C++

int __fastcall FetchNext(void);

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.

See Also