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