IDataGrid.RowCount

Syntax

RowCount: Integer;

Description

The RowCount property determines the table rows count.

Comments

If the data source is set, the number of table rows is determined by the number of records in the data source.

NOTE. This property is outdated, use AbsoluteRowCount or VisualRowCount property instead.

See also:

IDataGrid