Skip to main content

TdxColorEditProperties.DefaultColor Property

Specifies the default color of the color editor displayed when no color is selected.

Declaration

property DefaultColor; default clWindow;

Property Value

Type Default
TColor clWindow

Remarks

This property specifies the ColorValue property value when no color has been selected (the EditValue property of the control returns nil).

The default value of the DefaultColor property is clWindow.

See Also