Learn ColorBoxStyles from DelphiVCL.ColorBox
May 27, 2021
TColorBoxStyle specifies how a color box control displays its selections.
The following table lists the possible values of TColorBoxStyle:
Style
Meaning when included
cbStandardColors
The color box lists the first 16 color constants from the Graphics unit. These are the constants such as clRed or clBlack, that represent fixed RGB values.
cbExtendedColors
The…