JVCL Help:T7SegColonUsage

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines colon usage for the 7-segmented LED digit.

run\JvSegmentedLEDDisplay.pas


Pascal

 run\JvSegmentedLEDDisplay.pas
 T7SegColonUsage = (
scuNone,
scuLowOnly,
scuFull,
scuColonOnly
);


Members

Members Description
scuNone No colon is rendered.
scuLowOnly This can be used to simulate certain HP calculators that used this dot as a decimal separator symbol.
scuFull Note that each colon dot can be set on or off individual.
scuColonOnly Can be used to render a colon digit in a clock for example.

run\JvSegmentedLEDDisplay.pas


Description

The T7SegColonUsage type is used to specify the colon usage for the 7-segmented LED digit.

run\JvSegmentedLEDDisplay.pas


About

Navigation

no pages or subcategories

run\JvSegmentedLEDDisplay.pas



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