Data.DBXCommonTable.TDBXReaderTable.Next

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: TDBXReaderTable

Delphi

function Next: Boolean; override;

C++

virtual bool __fastcall Next();

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