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 |
---|
sdm
|
sdm
|
sdm
|
sdm
|
sdm
|
sdm
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
sdm | 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. | |
sdm | 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. | |
sdm | 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 | |
sdm | As in the case of the | |
sdm | This mode is similar to | |
sdm | This mode looks very similar to |
This type is referenced by a digital scale’s DisplayMode property.