JVCL Help:TJvColorComboBox.FindColor
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvColorComboBox.FindColor Method
[+] TJvColorComboBox Events
[+] TJvColorComboBox Methods
[+] TJvColorComboBox Properties
Search in JVCL Help
Search in all projectsSummary
Returns the index of a specific color or -1 if not found.
Pascal
functionFindColor(AColor: TColor): Integer;
Parameters
Parameters | Description |
AColor: TColor | The color to search for. |
Return Value
The Index of the color specified by AColor, or -1 if not found.
Description
Use FindColor to find the index of a specific color specified by the AColor parameter, in the combo box's list.
See Also
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