RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomSQLDataSet.IsSequenced Method

Indicates whether the dataset can use record numbers to indicate the order of records.

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

Datasets use IsSequenced to indicate whether the RecNo property corresponds to the order of records. When IsSequenced returns true, applications can safely use the RecNo property to navigate to records in the dataset.

Note: For TCustomSQLDataSet, IsSequenced always returns false because TCustomSQLDataSet descendants do not support record numbers at all.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!