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