Data.DBXCommonTable.TDBXTableReader.DerivedNext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DerivedNext: Boolean; override;

C++

virtual bool __fastcall DerivedNext();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXTableReader

Description

Navigates to the first and successive rows.

The DerivedNext method navigates to the first and successive rows of the database. DerivedNext returns False when there are no more rows.

See Also