[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Grids' (#lcl)

TCustomGrid.RowHeights

The row heights for the grid.

Declaration

Source position: grids.pas line 1039

protected property TCustomGrid.RowHeights: Integer
  read GetRowHeights
  write SetRowHeights;

Description

The row is specified with the aRow parameter. The aRow parameter must fall within the valid index range of 0 to RowCount-1.

The return value of the property is the height of this row, measured in pixels.

The initial height of a newly created row is specified with the DefaultRowHeight property. After that the user may redefine this value. If the Options property includes the appropriate value, the row height may also be changed by the user at runtime.

See also

TCustomGrid.ColWidths

  

Column widths for the grid.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.