Data.DBXDelegate.TDBXDelegateReader.Next

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function Next: Boolean; override;

C++

virtual bool __fastcall Next();

Description

Navigate to first and successive rows.

Data.DBXDelegate.TDBXDelegateReader.Next inherits from Data.DBXCommon.TDBXReader.Next. All content below this line refers to Data.DBXCommon.TDBXReader.Next.

Navigate to first and successive rows.

This method navigates to the first and successive rows of the database. It returns false when there are no more rows.

See Also