DataGrid.VisibleRowsHeight

Syntax

VisibleRowsHeight: Integer;

Description

The VisibleRowsHeight property determines the sum of heights of all visible table rows.

Comments

The property is read-only.

Example

The example of use is given on the Example of Creating an Asynchronous Data Table page.

See also:

DataGrid