Data.Win.ADODB.TCustomADODataSet.IsSequenced

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Unit: Data.Win.ADODB
Parent: TCustomADODataSet

Delphi

function IsSequenced: Boolean; override;

C++

virtual bool __fastcall IsSequenced();

Description

Indicates whether the underlying database table uses record numbers to indicate the order of records.

Use IsSequenced to determine whether the underlying database table supports sequence numbers, or whether these are computed by the dataset component. When IsSequenced returns true, applications can safely use the RecNo property to navigate to records in the dataset.