Data.DBXCommonTable.TDBXReaderTable.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 TDBXReaderTable

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.

See Also