JVCL Help:TJvColorComboBox.ColorDialogText

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the display text for the special combo box item, used to select a color from a dialog.


Pascal

 propertyColorDialogText: string;


Description

Use ColorDialogText to specify a new string for the combo box item, used to select a color from a dialog. Thus, if the user selects this item, the component displays a dialog for selecting colors.
If the user selects a color from the dialog, a new item is added to the combo box, with text specified by NewColorText, and color as selected in the dialog. Note coCustomColors must be included in Options, otherwise the combo box doesn't display this special item.


See Also

TJvColorComboBox.CustomColorCount, TJvColorComboBox.NewColorText, TJvColorComboBox.OnBeforeCustom, TJvColorComboBox.OnNewColor, TJvColorComboBox.Options


About

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