TdxCustomColorGallery.ColorValue Property
In This Article
Specifies the currently selected color.
#Declaration
Delphi
property ColorValue: TColor read; write;
#Property Value
Type |
---|
TColor |
#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.
See Also