[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

TDataSet.IsSequenced

Is the data sequenced

Declaration

Source position: db.pas line 1706

public function TDataSet.IsSequenced: Boolean; virtual;

Function result

True if RecNo can be used for navigation.

Description

IsSequenced indicates whether it is safe to use the TDataset.RecNo property to navigate in the records of the data. By default, this property is set to True, but TDataset descendents may set this property to False (for instance, unidirectional datasets), in which case RecNo should not be used to navigate through the data.

See also

TDataset.RecNo

  

Current record number


Documentation generated on: May 14 2021