JVCL Help:TJv16SegmentedLEDDigit.GetSegmentName@Integer
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJv16SegmentedLEDDigit.GetSegmentName Method
[+] TJv16SegmentedLEDDigit Methods
[+] TJv16SegmentedLEDDigit Properties
Search in JVCL Help
Search in all projectsSummary
Retrieves the name of a segment.
Pascal
classfunctionGetSegmentName(Index: Integer): string; override;
Parameters
Parameters | Description |
Index: Integer | 0-based index of segment to retrieve the name for. |
Description
GetSegmentName retrieves the name of the specified segment. Each segment (individually controllable shapes) has a name assigned to it. For the main segments the names are usually A through Z (depending on the number of segments). Additional markers are named differently. This method will return the proper name for any segment.
See Also
TJvCustomSegmentedLEDDigit.GetSegmentIndex, TJvCustomSegmentedLEDDigit.SegmentCount
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