Data.DB.TDataSet.GetNextRecords

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

function GetNextRecords: Integer; virtual;

C++

virtual int __fastcall GetNextRecords();

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