Contents - Index - Previous - Next


HiddenCols property



Applies to
TProfGrid component

Declaration
property HiddenCols[AIndex: Integer]: TProfGridColumn;

Description

Provides access to hidden columns.

HiddenCols is the array of columns that were made hidden (invisible) in the grid. The AIndex parameter is the index of the column, where the value of the first hidden column in the grid is zero.

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


Run-time only
Read-only