Data.DB.TDataSet.GetNextRecords

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNextRecords: Integer; virtual;

C++

virtual int __fastcall GetNextRecords(void);

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

Description

Moves to the last record of the dataset.

GetNextRecords moves to the end of the dataset through every record and returns the number of records passed from the current position to the last position.

See Also