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

TCustomGrid.RowCount

Number of rows in the grid

Declaration

Source position: grids.pas line 1038

protected property TCustomGrid.RowCount: Integer
  read GetRowCount
  write SetRowCount
  default 5;

Description

This is the number of rows in the grid, including fixed and normal rows.

See also

TCustomGrid.Row

  

The current Row (record) within the grid

TCustomGrid.RowHeights

  

The row heights for the grid.

TCustomGrid.RowCount

  

Number of rows in the grid

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