Data.DB.TDataSet.GetNextRecords
[–] 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.