JVCL Help:TJvSegmentedLEDDigits
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSegmentedLEDDigits Class
[+] JvSegmentedLEDDisplay.pas Classes
[+] TJvSegmentedLEDDigits Methods
[+] TJvSegmentedLEDDigits Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvSegmentedLEDDigits
run\JvSegmentedLEDDisplay.pas
Summary
Collection class used by the segmented LED display.
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.
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