JVCL Help:TJvColorComboBox.ChangeColor
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvColorComboBox.ChangeColor Method
[+] TJvColorComboBox Events
[+] TJvColorComboBox Methods
[+] TJvColorComboBox Properties
Search in JVCL Help
Search in all projectsSummary
Changes a color in the combo box color list.
Pascal
procedureChangeColor(AIndex: Integer; AColor: TColor; constDisplayName: string);
Parameters
Parameters | Description |
AIndex: Integer | Specifies a zero-based position in the combo box list where to change the color. |
AColor: TColor | Specifies the color to set at the specified index. |
const DisplayName: string | The display text for the new color. |
Description
Call ChangeColor at runtime to change a color in the combo box.
See Also
TJvColorComboBox.AddColor, TJvColorComboBox.InsertColor
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