Back to Devexpress

TdxCustomRangeTrackBar Class

vcl-dxrangetrackbar-9c7ca4b9.md

latest2.3 KB
Original Source

TdxCustomRangeTrackBar Class

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

Declaration

delphi
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.

Inheritance

Show 13 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTrackBar TdxCustomRangeTrackBar

See Also

TdxCustomRangeTrackBar Members

dxRangeTrackBar Unit