IDataGrid.RowCount

Syntax

RowCount: Integer;

Description

The RowCount property determines the 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.

NOTE. The property is outdated, use the AbsoluteRowCount or VisualRowCount property instead.

See also:

IDataGrid