Data.DBXCommonTable.TDBXTableReader.Next

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Next: Boolean; override;

C++

virtual bool __fastcall Next();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXTableReader

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.

See Also