JVCL Help:TJvColorComboBox.FindColor

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

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvColorComboBox.ColorName


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