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