Enum ILSegmentIndicator.TILSegmentsType
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: InstrumentLabPkg
Unit: ILSegmentIndicator
Contents |
Syntax
Delphi:
type TILSegmentsType = (stSeven, stNine, stFourteen, stSixteen);
C++ Builder:
enum TILSegmentsType {stSeven, stNine, stFourteen, stSixteen};
Visual C++ (MFC):
enum CTILSegmentsType {stSeven, stNine, stFourteen, stSixteen};
Summary
Enumeration for segment types - 7, 9, 14 or 16.
Description
Defines enumeration for segment types - 7, 9, 14 or 16.
Values
stSeven | Use 7 segments. |
stNine | Use 9 segments. |
stFourteen | Use 14 segments. |
stSixteen | Use 16 segments. |