RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomADODataSet.IsSequenced Method

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

Pascal
function IsSequenced: Boolean; override;
C++
virtual __fastcall Boolean IsSequenced();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!