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

TCustomGrid.FixedRows

Number of the fixed rows of the grid (ie the rows containing title or identifier material, that don't get scrolled when the rest of the grid moves).

Declaration

Source position: grids.pas line 1015

protected property TCustomGrid.FixedRows: Integer
  read FFixedRows
  write SetFixedRows
  default 1;

Description

Contains the fixed row count of a grid.

Fixed rows are normally used for headings.

See also

TCustomGrid.RowCount

  

Number of rows in the grid

TCustomGrid.FixedCols

  

Number of the fixed columns of the grid (ie the columns containing title or identifier material, that don't get scrolled when the rest of the grid moves).

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