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

TCustomGrid.FixedGridLineColor

Color used to draw lines around fixed grid cells.

Declaration

Source position: grids.pas line 1230

protected property TCustomGrid.FixedGridLineColor : TColor
  read FFixedGridLineColor
  write SetFixedGridLineColor
  default cl3DDKShadow;

Description

The default value for the is cl3DDKShadow as assigned in the constructor. Changing the value in FixedGridLineColor causes the grid to be redrawn. The color is not used when GridLineWidth contains the value 0 (zero).

FixedGridLineColor is used in the implementation of the DrawCellGrid method.

See also

TCustomGrid.GridLineWidth

  

Width (thickness) for grid lines drawn on the control.

TCustomGrid.DrawCellGrid

  

Draws cell grid lines for the control.