JVCL Help:UnlitColorToString
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: UnlitColorToString function
[+] JvSegmentedLEDDisplay.pas Functions
Search in JVCL Help
Search in all projectsSummary
Translates a TUnlitColor value into it's string representation.
Pascal
run\JvSegmentedLEDDisplay.pas
functionUnlitColorToString(constColor: TUnlitColor): string;
Parameters
Parameters | Description |
const Color: TUnlitColor | Color value to be translated into a string. |
Description
UnlitColorToString translates a TUnlitColor value into it's string representation. UnlitColorToString behaves exactly the same as ColorToString but will also recognize and translate the additional color values defined for TUnlitColor.
See Also
StringToUnlitColor, UnlitColorToIdent
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