JVCL Help:TJv16SegmentedLEDDigit.GetSegmentName@Integer

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

Search in JVCL Help

 
Search in all projects
 

Summary

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