Skip to main content

TdxCustomRangeTrackBar Class

Serves as the base class for classes that implement range track bar editors.

Declaration

TdxCustomRangeTrackBar = class(
    TcxCustomTrackBar
)

Remarks

A range track bar editor is a track bar editor that provides two sliders (also called thumbs) to select a range of values on its bar.

The TdxCustomRangeTrackBar class extends its ancestor class with properties that allow you to:

  • Specify the selected range of values (Range);

  • Customize the appearance and behavior settings of the range track bar editor (Properties);

  • Access the properties that are currently applied to the range track bar editor (ActiveProperties).

The TdxCustomRangeTrackBar class implements all the functionality needed by its descendants, TdxRangeTrackBar and TdxDBRangeTrackBar, which primarily publish inherited properties and events.

See Also