TdxColorGallery.ColorValue Property
Specifies the currently selected color.
Declaration
property ColorValue; default clNone;
Property Value
Type | Default |
---|---|
TColor | clNone |
Remarks
ColorValue is a TColor equivalent of EditValue – you can use them interchangeably. Refer to the EditValue property description for more information on these properties.
The default value of ColorValue property is clNone.
See Also