[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Color used to draw the separator lines for fixed grid cells.
Source position: grids.pas line 1257
protected property TCustomGrid.FixedGridLineColor : TColor |
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).
|
Width (thickness) for grid lines drawn on the control. |
|
|
Draws cell grid lines for the control. |
Version 4.0 | Generated 2025-05-03 | Home |