IDataGridRows.AbsoluteCount

Syntax

AbsoluteCount: Integer;

Description

The AbsoluteCount property returns the absolute number of table rows.

Comments

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:

IDataGridRows