EPUB | CHM | PDF

TPSQLDataset.Properties.RecordCount

Top Previous Next

Indicates the total number of records associated with the dataset.

Syntax:

property RecordCount: Longint;

Description:

Examine RecordCount to determine the total number of records in the dataset. Applications might use this property with RecNo to iterate through all the records in a dataset, though typically record iteration is handled with calls to First, Last, MoveBy, Next, and Prior.

See also: Example: Min,Max,Position,RecordCount,First,Next