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

TCustomGrid.FixedHotColor

The color used for hot-lighted fixed cells in the grid.

Declaration

Source position: grids.pas line 1257

protected property TCustomGrid.FixedHotColor : TColor
  read FFixedHotColor
  write FFixedHotColor
  default cl3DLight;

Description

FixedHotColor is a TColor property used to draw the background for a fixed cell that is under the mouse pointer (or hovered).The default value for the property is cl3DLight.

FixedHotColor is used in the PrepareCanvas method when header hot tracking is enabled in Options (goHeaderHotTracking) and gdHot is included in the drawing state for the specified cell. The property value is assigned as the brush color for the Canvas in the control.

See also

TCustomGrid.PrepareCanvas

  

Prepares the canvas for drawing the cell at the specified location.

TGridDrawState

  

Enumeration with Grid draw state values.

TColor

  

Color type used by most LCL drawing functions.


Version 3.2 Generated 2024-02-25 Home