[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Default value for the width of newly created grid columns.
Source position: grids.pas line 1165
protected property TCustomGrid.DefaultColWidth : Integer |
If new columns of the grid are created by changing the ColCount property, the width of these new columns will be set to the value of the DefaultColWidth property.
Use 0 for autosized width.
Use GetRealDefaultColWidth for real value.
|
Default value for the height of newly created grid rows. |
lazarus-ccr.sourceforge.net |