Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us
TDataSet.IsSequenced
TDataSet
Top 


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

function IsSequenced: Boolean; virtual;

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.

As implemented in TDataSet, IsSequenced always returns True. Descendants of TDataSet reimplement this method to return a value that depends on the underlying table type.
        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Apr 20, 2024