RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBDEDataSet.IsSequenced Method

IsSequenced indicates whether sequence numbers are available for database records.

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

Call IsSequenced to determine whether database records can be located by sequence numbers. When IsSequenced is true, the dataset can navigate directly to a specific record by setting the RecNo property. If IsSequenced is false, the only way to navigate to a specific record is to start at the beginning and count records. 

 

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