[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Column widths for the grid.
Source position: grids.pas line 997
protected property TCustomGrid.ColWidths: Integer |
The column is specified with the aCol parameter. The aCol parameter must fall within the valid index range of 0 to ColCount-1.
The return value of the property is the width of this column, measured in pixels.
The initial width of a newly created column is specified with the DefaultColWidth property. After that the user may redefine this value.
If the Options property includes the appropriate value, the column width may also be changed by the user at runtime.
|
The row heights for the grid. |
lazarus-ccr.sourceforge.net |