Skip to main content

TdxGaugeDigitalScaleOptionsView.DisplayMode Property

Specifies the way of displaying the digital scale’s value string.

Declaration

property DisplayMode: TdxGaugeDigitalScaleDisplayMode read; write; default sdmFourteenSegment;

Property Value

Type Default
TdxGaugeDigitalScaleDisplayMode sdmFourteenSegment

Remarks

Use this property to switch between the available value string display modes. Different display modes may have different sets of supported characters. Unsupported characters are not displayed.

Refer to the TdxGaugeDigitalScaleDisplayMode type description and the Digital Scales subtopic for additional information.

The default value of the DisplayMode property is sdmFourteenSegment.

See Also