Data.DB.TDataSet.GetPriorRecord

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 GetPriorRecord: Boolean; virtual;

C++

virtual bool __fastcall GetPriorRecord();

Description

Moves to the prior record.

Use GetPriorRecord to get the prior record. The method returns True if the operation succeeded, and False otherwise.

See Also