JVCL Help:TJvBaseSegmentedLEDDigit.GetSegmentIndex@string

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 index of a named segment.


Pascal

 classfunctionGetSegmentIndex(Name: string): Integer; override;


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