Show: Delphi C++
Display Preferences

Data.DB.TDataSet.FindPrior

From XE2 API Documentation
Jump to: navigation, search

Delphi

function FindPrior: Boolean;

C++

bool __fastcall FindPrior(void);

Contents

Properties

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

Description

Implements a virtual method for positioning the dataset on the previous record, respecting any filters.

This function returns false, indicating that the active record was not successfully changed. Descendant classes override FindPrior to move to the previous record of the dataset, honoring any filters that are in effect. In descendants, FindPrior returns true if the active record is successfully changed.

See Also

Code Examples


Personal tools
Previous Versions
Translations