Data.DBXDBReaders.TDBXMemoryTable.Next

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Next: Boolean; override;

C++

virtual bool __fastcall Next(void);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Data.DBXDBReaders TDBXMemoryTable

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