JVCL Help:UnlitColorToString

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 TUnlitColor value into it's string representation.

run\JvSegmentedLEDDisplay.pas


Pascal

 run\JvSegmentedLEDDisplay.pas
 functionUnlitColorToString(constColor: TUnlitColor): string;


Parameters

Parameters Description
const Color: TUnlitColor Color value to be translated into a string.

run\JvSegmentedLEDDisplay.pas


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.

run\JvSegmentedLEDDisplay.pas


See Also

StringToUnlitColor, UnlitColorToIdent

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