Data.DBXCommonTable.TDBXJSONTableReader.DerivedNext

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: TDBXJSONTableReader

Delphi

function DerivedNext: Boolean; override;

C++

virtual bool __fastcall DerivedNext();

Description

Navigates to the first and successive rows.

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

See Also