RowCount: Integer;
The RowCount property determines the table rows count.
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: