Data.DBXDBReaders.TDBXMemoryTable.Next
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXDBReaders.pas Data.DBXDBReaders.hpp
| |
Unit: Data.DBXDBReaders | |
Parent: TDBXMemoryTable |
Delphi
function Next: Boolean; override;
C++
virtual bool __fastcall Next();
Description
Navigates to the first and successive rows of a DBX memory table.
Use the Next method to navigate to the first and successive rows of a DBX memory table. Next returns True if there are other rows preceding the current row, False otherwise.