Data.DBXDelegate.TDBXDelegateReader.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.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateReader

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