Data.DBXDBReaders.TDBXMemoryTable.Next

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also