[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Is the data sequenced
Source position: db.pas line 1651
public function TDataSet.IsSequenced: Boolean; virtual; |
True if RecNo can be used for navigation.
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.
|
Current record number |