Data.DBXCommon.TDBXReader.Next
Delphi
function Next: Boolean; virtual;
C++
virtual bool __fastcall Next();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXReader |
Description
Navigate to first and successive rows.
This method navigates to the first and successive rows of the database. It returns false when there are no more rows.