JVCL Help:TJvCustomSegmentedLEDDigit.GetSegmentIndex
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomSegmentedLEDDigit.GetSegmentIndex Method
[+] TJvCustomSegmentedLEDDigit Fields
[+] TJvCustomSegmentedLEDDigit Methods
[+] TJvCustomSegmentedLEDDigit Properties
Search in JVCL Help
Search in all projectsSummary
Retrieves the index of a named segment.
Pascal
classfunctionGetSegmentIndex(Name: string): Integer; virtual;
Parameters
Parameters | Description |
Name: string | Name of the segment to retrieve the index of. |
Description
GetSegmentIndex retrieves the index of the segment indicated by the Name property. The resulting value is a 0-based index or -1 if the specified name is not the name of a segment. If certain segments are not used (due to property settings) they are still searchable with this method.
See Also
TJvCustomSegmentedLEDDigit.GetSegmentName, 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