Contents
- Index
- Previous
- Next
Cols property
Applies to
TProfGrid component
Declaration
property Cols[AIndex: Integer]: TProfGridColumn;
Description
Provides access to visible (non-hidden) columns.
Cols is the array that lists all visible columns of the grid. The AIndex parameter is the index of the column, where the value of the first visible column in the grid is zero. Use the ColCount property to determine the number of entries in the Cols array.
Run-time only
Read-only