JVCL Help:TJvSegmentedLEDDigits

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvSegmentedLEDDigits
run\JvSegmentedLEDDisplay.pas


Summary

Collection class used by the segmented LED display.

run\JvSegmentedLEDDisplay.pas


Pascal

 run\JvSegmentedLEDDisplay.pas
 TJvSegmentedLEDDigits = class(TOwnedCollection);


Description

TJvSegmentedLEDDigits is a TOwnedCollection derivative used to hold the list of digits used by a segmented LED display. Note upon changing the digit style of the display control, the collection will be destroyed and recreated (specifying the new digit class to use). Any reference to a TJvSegmentedLEDDigits might become invalid in such occasion. Generally you will not need to keep a reference to the collection but rather use the Digits property of the display control.

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