Data.DBXCommonTable.TDBXReaderTable.Next
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXReaderTable |
Delphi
function Next: Boolean; override;
C++
virtual bool __fastcall Next();
Description
Moves to the next row of the table.
Next moves to the next row of the table. Next returns True if the operation succeeded, False otherwise.