Show: Delphi C++
Display Preferences

Data.DB.TDataSet.FindRecord

From XE2 API Documentation
Jump to: navigation, search

Delphi

function FindRecord(Restart, GoForward: Boolean): Boolean; virtual;

C++

virtual bool __fastcall FindRecord(bool Restart, bool GoForward);

Properties

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

Description

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

The FindRecord method is used by the FindFirst, FindLast, FindNext, and FindPrior methods to make a specific record active, honoring any filters that are in effect. The Restart parameter indicates whether the search starts at the beginning of the dataset.

See Also

Personal tools
Previous Versions
Translations