JVCL Help:StringToUnlitColor

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

Search in JVCL Help

 
Search in all projects
 

Summary

Translates a string to a TUnlitColor value.

run\JvSegmentedLEDDisplay.pas


Pascal

 run\JvSegmentedLEDDisplay.pas
 functionStringToUnlitColor(constS: string): TUnlitColor;


Parameters

Parameters Description
const S: string String representing a color that is to be translated.

run\JvSegmentedLEDDisplay.pas


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).

run\JvSegmentedLEDDisplay.pas


See Also

IdentToUnlitColor, UnlitColorToString

run\JvSegmentedLEDDisplay.pas


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