JVCL Help:TJvColorComboBox.ColorName
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvColorComboBox.ColorName Method
[+] TJvColorComboBox Events
[+] TJvColorComboBox Methods
[+] TJvColorComboBox Properties
Search in JVCL Help
Search in all projectsSummary
Returns the current name for a specific color.
Pascal
functionColorName(AColor: TColor): string;
Parameters
Parameters | Description |
AColor: TColor | Specifies the color to search a name for. |
Return Value
The current name for the color specified by AColor.
Description
Use ColorName to retrieve the current name for a specific color, specified by the AColor parameter. The function uses the values in ColorNameMap to find the name of a nonstandard color. Note that the function might trigger the OnGetDisplayName event.
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