Contents - Index - Previous - Next


HiddenRows property



Applies to
TProfGrid component

Declaration
property HiddenRows[AIndex: Integer]: TProfGridRow;

Description

Provides access to hidden rows.

HiddenRows is the array of rows that were made hidden (invisible) in the grid. The AIndex parameter is the index of the row, where the value of the first hidden row in the grid is zero.

Tip:  Rows in the array are sorted by their AbsoluteNumber properties.


Run-time only
Read-only