Data.DBXCommon.TDBXReader.Next
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXReader |
Delphi
function Next: Boolean; virtual;
C++
virtual bool __fastcall Next();
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.