TdxColorGallery.ColorValue Property
In This Article
Specifies the currently selected color.
#Declaration
Delphi
property ColorValue; default clNone;
#Property Value
Type | Default |
---|---|
TColor | cl |
#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