Data.DBXCommonTable.TDBXTableReader.Next
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXTableReader |
Delphi
function Next: Boolean; override;
C++
virtual bool __fastcall Next();
Description
Navigates to the first and successive rows.
The Next method navigates to the first and successive rows of the database. Next returns False when there are no more rows.