JVCL Help:TJvColorComboBox.ColorNameMap
JVCL Help: TJvColorComboBox.ColorNameMap Property
Search in JVCL Help
Search in all projectsSummary
Determines display names for colors.
Pascal
propertyColorNameMap: TStrings;
Description
Use ColorNameMap to specify display names for colors. Each line must be in the formColor=DisplayName
where Color is the symbolic constant defined for the color (such as clBlack or clWindow) or if there is no such symbolic constant defined, the hex value of the color, formatted as a string such as '$02FF8800'. DisplayName specifies the display name for that color.
For example, the following strings set the display names of clBlack and $00020202 to "Black" and "Almost Black", respectively: clBlack=Black $00020202=Almost Black
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