Contents - Index - Previous - Next


AbsoluteCols property



Applies to
TProfGrid component

Declaration
property AbsoluteCols[AIndex: Integer]: TProfGridColumn;

Description

Provides access to both visible and hidden columns.

AbsoluteCols is the array that lists all the columns of the grid. Use AbsoluteCols to access both visible and hidden columns in their natural order. The AIndex parameter is the index of the column, where the value of the first column in the grid is zero.


Run-time only
Read-only