JVCL Help:TJvColorComboOption

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Defines values that control the appearance and behavior of a color combo box.

run\JvColorCombo.pas


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.

run\JvColorCombo.pas


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:

run\JvColorCombo.pas


See Also

TJvColorComboBox.Options

run\JvColorCombo.pas


About

Navigation

no pages or subcategories

run\JvColorCombo.pas



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