Data.DB.TDataSet.GetPriorRecords

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 GetPriorRecords: Integer; virtual;

C++

virtual int __fastcall GetPriorRecords();

Description

Moves to the first record of the dataset.

GetPriorRecords moves to the first record of the dataset through every record and returns the number of records passed from the current position to the first position.

For unidirectional datasets, GetPriorRecords returns 0.

See Also