Skip to main content

TdxCustomRangeTrackBarProperties Class

Serves as the base class for classes that contain range track bar settings.

Declaration

TdxCustomRangeTrackBarProperties = class(
    TcxCustomTrackBarProperties
)

Remarks

This class extends its ancestor classes with properties that allow you to customize the appearance and behavior of range track bar editors (TdxRangeTrackBar and TdxDBRangeTrackBar). Most of these properties are identical to those found in track bar editors (TcxTrackBar and TcxDBTrackBar) (see TcxCustomTrackBarProperties for reference) and are simply initialized with the values that underpin the range track bar editor’s design. In addition, the TdxCustomRangeTrackBarProperties class introduces members that allow you to:

The TdxCustomRangeTrackBarProperties class implements the essential functionality required by range track bar editors. The derived TdxRangeTrackBarProperties class simply publishes the inherited properties and events.

A TdxCustomRangeTrackBarProperties object is referenced by the TdxCustomRangeTrackBar.Properties property.

See Also