JVCL Help:TJvBaseSegmentedLEDDigit

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomSegmentedLEDDigit
TJvBaseSegmentedLEDDigit
TJv14SegmentedLEDDigit
TJv7SegmentedLEDDigit
run\JvSegmentedLEDDisplay.pas


Summary

Common code for standard segmented digits.

run\JvSegmentedLEDDisplay.pas


Pascal

 run\JvSegmentedLEDDisplay.pas
 TJvBaseSegmentedLEDDigit = class(TJvCustomSegmentedLEDDigit);


Description

TJvBaseSegmentedLEDDigit provides the common code and properties for standard segmented digits.
You should not specify this class as the digit class of a segmented LED display but rather one of it's descendants.

The base class provides the classic 7-segmented layout and an optional DP segment used as a decimal point. The segments and their names have the following layout:

             A
           -----
          |     |
         F|     |B
          |  G  |
           -----
          |     |
         E|     |C
          |     |
           -----  .DP
             D 

run\JvSegmentedLEDDisplay.pas


About

Navigation

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