IDataGrid.RowCount

Syntax

RowCount: Integer;

Description

The RowCount property determines the number of table rows.

Comments

The property is outdated, use IDataGrid.AbsoluteRowCount or IDataGrid.VisualRowCount.

See also:

IDataGrid