Data.DBXCommonTable.TDBXDelegateTable.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: TDBXDelegateTable

Delphi

function Next: Boolean; override;

C++

virtual bool __fastcall Next();

Description

Moves to the next row of the table.

Data.DBXCommonTable.TDBXDelegateTable.Next inherits from Data.DBXCommonTable.TDBXTable.Next. All content below this line refers to Data.DBXCommonTable.TDBXTable.Next.

Moves to the next row of the table.

Next moves to the next row of the table. The method returns True if the operation succeeded, and False otherwise. Next is abstract, so every descendant of TDBXTable must implement this method in order to use it.

See Also