Skip to main content

TdxColorPickerOptionsView.ShowRGBHexEditor Property

Enables the hexadecimal color code editor.

Declaration

property ShowRGBHexEditor: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

The HEX code editor allows end-users to pick the color by its hexadecimal code. Incomplete codes are automatically adjusted to match the current hexadecimal notation, determined by OptionsView.RGBHexNotation property setting. If the OptionsView.AllowEditAlpha property is set to True, the code editor has two additional hexadecimal value fields in the beginning of the color code string. Set the ShowRGBHexEditor property to False to hide the code editor in the color picker.

The default value of the ShowRGBHexEditor property is True.

See Also