Contents - Index - Previous - Next


RowHeights property



Applies to
TProfGrid component

Declaration
property RowHeights[ARow: Integer]: Integer;

Description

Indicates the height (in pixels) of all visible rows in the grid.

Read RowHeights to determine the height of the cells in the row specified by the ARow parameter. An index of 0 refers to the first row. Set RowHeights at runtime to change the height of an individual row. 

Use the RowCount property to determine the number of entries in the RowHeights array.

Tip:  If the height of a row has not been set explicitly, its height is DefaultRowHeight.


Run-time only