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

TCustomGrid.FixedGridLineColor

Color used to draw the separator lines for fixed grid cells.

Declaration

Source position: grids.pas line 1257

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

Description

The default value for the property is cl3DDKShadow as assigned in the constructor. Changing the value in FixedGridLineColor causes the grid to be redrawn.

FixedGridLineColor is used in the implementation of the DrawCellGrid method. The color is not used (or needed) when GridLineWidth contains the value 0 (zero).

See also

TCustomGrid.GridLineWidth

  

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

TCustomGrid.DrawCellGrid

  

Draws cell grid lines for the control.


Version 4.0 Generated 2025-05-03 Home