Datasnap.DBClient.TCustomClientDataSet.FindRecord

From RAD Studio API Documentation
Revision as of 03:10, 8 October 2011 by PyBot (talk | contribs) (Created page with '{{#lst:API:Datasnap.DBClient.TCustomClientDataSet.FindRecord|api}} ==Description== {{#lsth:API:Datasnap.DBClient.TCustomClientDataSet.FindRecord|Description}}')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

Description

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

Datasnap.DBClient.TCustomClientDataSet.FindRecord inherits from Data.DB.TDataSet.FindRecord. All content below this line refers to Data.DB.TDataSet.FindRecord.

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