JVCL Help:StringToUnlitColor
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: StringToUnlitColor function
[+] JvSegmentedLEDDisplay.pas Functions
Search in JVCL Help
Search in all projectsSummary
Translates a string to a TUnlitColor value.
Pascal
run\JvSegmentedLEDDisplay.pas
functionStringToUnlitColor(constS: string): TUnlitColor;
Parameters
Parameters | Description |
const S: string | String representing a color that is to be translated. |
Description
StringToUnlitColor translates a string into it's TUnlitColor representation. The string may consist of a color constant (as defined for TColor or TUnlitColor) or a color's ordinal (RGB) value (in decimal or hexadecimal representation; see StrToInt).
See Also
IdentToUnlitColor, UnlitColorToString
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