IDataGridRows.Count

Syntax

Count: Integer;

Description

The Count property returns the number of table rows.

Comments

The property is outdated, use IDataGridRows.AbsoluteCount or IDataGridRows.VisualCount.

See also:

IDataGridRows