JVCL Help:TJvColorComboOption
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvColorComboOption type
Search in JVCL Help
Search in all projectsSummary
Defines values that control the appearance and behavior of a color combo box.
Pascal
run\JvColorCombo.pas
TJvColorComboOption = (
coText,
coHex,
coRGB,
coStdColors,
coSysColors,
coCustomColors
);
TJvColorComboOptions = setof TJvColorComboOption;
Members
Members | Description |
coText | Displays the name of the color. |
coHex | Displays the hexadecimal value of the color. |
coRGB | Displays the RGB value of the color. |
coStdColors | Description for coStdColors |
coSysColors | Adds the system colors such as clWindow to the combo box. |
coCustomColors | Allows the user to add colors to the combo box, by selecting the special combo box item with text ColorDialogText. |
Description
The TJvColorComboOption type defines values that control the appearance and behavior of a color combo box. TJvColorComboOptions is a set of TJvColorComboOption values. The following table lists the possible values:
See Also
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page