TurboDB VCL Component Library

TTdbDataSet.RecNo

TTdbDataSet

Previous  Top  Next

Indicates the active record in the dataset.

Delphi syntax:

property RecNo: Integer;

C++ syntax:

__property int RecNo;

Description

If IsSequenced is true, RecNo returns the sequence number of the current record in the data set. It should not be used for any processing of the data but exclusively for scroll bars and other ways of indicating the current position within the data set to the user. If the amount of data is large, RecNo might return only an estimation of the position not the exact value.