Skip to main content

TdxGaugeDigitalScale Class

A digital scale created within an instance of the Gauge Control.

Declaration

TdxGaugeDigitalScale = class(
    TdxGaugeCustomDigitalScale
)

Remarks

Digital scales are designed to imitate the work of a real digital clock, audio receiver or any other device with the LED screen.

The ExpressGauge control provides six different variants of character display sections with the full support of all available scale styles. Refer to the TdxGaugeDigitalScaleDisplayMode type description for the full list of available character display modes.

The TdxGaugeDigitalScale class does not define any additional functionality other than that defined in the TdxGaugeCustomDigitalScale class. It only publishes properties of its ancestors, which are responsible for both the appearance and functionality of digital scales.

Unlike the TdxGaugeDBDigitalScale class, which implements data-aware digital scales, the TdxGaugeDigitalScale class publishes the Value property implemented in the TdxGaugeCustomDigitalScale class instead of the DataBinding property implemented in the TdxGaugeCustomScale class.

See Also