JVCL Help:TJvColorComboBox.NewColorText
JVCL Help: TJvColorComboBox.NewColorText Property
Search in JVCL Help
Search in all projectsSummary
Specifies the prefix for the display text of new colors added by the user.
Pascal
propertyNewColorText: string;
Description
Use NewColorText to specify a prefix for the text of colors added by the user. The user can add colors to the combo box by selecting the special combo box item - with text ColorDialogText.
If the user selects a color from the dialog, a new item is added to the combo box. The display text of this item consist of the NewColorText and a number indicating the number of custom colors added by the user, so far. Note coCustomColors must be included in Options, otherwise the combo box doesn't allow colors to be added by the user.
See Also
TJvColorComboBox.ColorDialogText, TJvColorComboBox.CustomColorCount, 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