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

TCustomColorBox.DefaultColorColor

TColor used for the clDefault color constant.

Declaration

Source position: colorbox.pas line 89

public property TCustomColorBox.DefaultColorColor : TColor
  read FDefaultColorColor
  write SetDefaultColorColor
  default clBlack;

Description

DefaultColorColor is a TColor property with the value used for the clDefault color constant.

clDefault does not have any meaning without a context where it is applied. The default color is a different value for Forms, Buttons, Windows, etc. This property allows clDefault to be resolved to an actual TColor value when needed.

The default value for the property is clBlack.

Changing the value for the property causes the control to be redrawn.

DefaultColorColor is used in the DrawItem method to resolve the clDefault color constant when drawing items in the control.

Use NoneColorColor for the TColor value used for the clNone color constant.

Use Style to include or exclude the clDefault and clNone color constants in the Colors for the control.

See also

TCustomColorBox.Colors

  

Provides indexed access to the TColor value for items in the control.

TCustomColorBox.NoneColorColor

  

TColor used for the clNone color constant.

TCustomColorBox.Style

  

Settings which determine the colors available in the control and their display style.

TCustomColorBox.DrawItem

  

Draws an item in the combo-box control.


Version 3.2 Generated 2024-02-25 Home