Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGaugeDBDigitalScale Class

A data-aware digital scale created within the Gauge Control.

#Declaration

Delphi
TdxGaugeDBDigitalScale = 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 seven and fourteen segment digital scale variants with the full support of all available scale styles.

Refer to the TdxGaugeCustomDigitalScale class description for more information on the digital scales functionality.

The TdxGaugeDBDigitalScale class extends its ancestor class with the Value property that allows you to read the value currently displayed by a digital scale. For information on published members that are responsible for both the appearance and functionality of digital scales, refer to the TdxGaugeCustomDigitalScale class description.

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

See Also