IDataGrid.AbsoluteRowCount

Syntax

AbsoluteRowCount: Integer;

Description

The AbsoluteRowCount property determines the absolute number of rows in a table. If the data source is set, the number of table rows is determined by the number of records in the data source. This property does not depend on the filtering that is set in a table.

See also:

IDataGrid