Data.DB.TDataSet.GetPriorRecord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPriorRecord: Boolean; virtual;

C++

virtual bool __fastcall GetPriorRecord();

Properties

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

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