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

TCustomGrid.FixedCols

The number of fixed columns in the grid.

Declaration

Source position: grids.pas line 1227

protected property TCustomGrid.FixedCols : Integer
  read FFixedCols
  write SetFixedCols
  default 1;

Description

Contains the fixed column count for the grid. A fixed row with fixed columns is normally used to display the headings (titles), images, and sort indicators for the columns in the grid control. The fixed row containing the fixed columns is not scrolled along with the visible area for grid.

Setting a new value for the property causes several actions to be performed for the grid control.

Use FixedRows to get or set the number of fixed rows displayed for the grid control.

See also

TCustomGrid.FixedRows

  

Number of the fixed rows in the grid.

TCustomGrid.ColCount

  

Number of columns in the grid.