Indicates whether the underlying database table uses record numbers to indicate the order of
records.
Syntax:
function IsSequenced: Boolean;
Description:
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.