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

TCustomCheckListBox.HeaderColor

Color used for the text on a Header item.

Declaration

Source position: checklst.pas line 83

public property TCustomCheckListBox.HeaderColor : TColor
  read FHeaderColor
  write SetHeaderColor
  default clInfoText;

Description

HeaderColor is a TColor property with the color for the font used to render the text on a Header item. It is used in the widgetset class when a header item is rendered on the control.

The default value for the property is clInfoText. Changing the value for the property causes the control to be redrawn.

Use the HeaderBackgroundColor property to set the background color for a header item on the control.

Use the public Header property to identify whether a value in Items is displayed as a non-checkable entry in the list drawn using the colors in HeaderBackgroundColor and HeaderColor.

Version info

Added in LCL version 3.0.

See also

TCustomCheckListBox.HeaderBackgroundColor

  

Color used to paint the background for Header items on the control.

TCustomCheckListBox.Header

  

Provides indexed access to header usage status for Items in the control.


Version 4.0 Generated 2025-05-03 Home