TdxGaugeDigitalScaleDisplayMode Enum
Enumerates the character display modes available for the unbound and data-aware digital scales.
Declaration
TdxGaugeDigitalScaleDisplayMode = (
sdmFourteenSegment,
sdmSevenSegment,
sdmMatrix5x8Dots,
sdmMatrix5x8Squares,
sdmMatrix8x14Dots,
sdmMatrix8x14Squares
);
Members
Name |
---|
sdmFourteenSegment
|
sdmSevenSegment
|
sdmMatrix5x8Dots
|
sdmMatrix5x8Squares
|
sdmMatrix8x14Dots
|
sdmMatrix8x14Squares
|
Remarks
Options include:
Value | Description | Example |
---|---|---|
sdmFourteenSegment | Each character display block (section) of the digital scale consists of fourteen bar-shaped segments. Provides a broad selection of displayed characters. In this mode, a digital scale displays both the upper- and lowercase characters identically. | |
sdmSevenSegment | Each character display block (section) of the digital scale consists of seven bar-shaped segments. In this case, the scale is unable to display a custom text string, since this mode provides a very limited selection of displayed characters. If the Value string contains non-supported characters, the scale does not display them. | |
sdmMatrix5x8Dots | Each character display block (section) of the digital scale consists of 40 dots forming the rectangular matrix. This mode supports all Unicode characters. Unlike the | |
sdmMatrix5x8Squares | As in the case of the | |
sdmMatrix8x14Dots | This mode is similar to | |
sdmMatrix8x14Squares | This mode looks very similar to |
This type is referenced by a digital scale’s DisplayMode property.