Skip to main content

TdxCustomNumericWheelPicker Class

Serves as the base class for classes that implement numeric value wheel picker editors.

Declaration

TdxCustomNumericWheelPicker = class(
    TdxCustomWheelPicker
)

Remarks

A numeric value wheel picker editor is a touch-friendly version of a traditional spin editor. In a numeric value wheel picker editor, possible values are displayed as items on a rotating wheel. The editor automatically creates one item per each Integer value within a specified range.

The TdxCustomNumericWheelPicker class does not introduce any new functionality. Use its descendants (TdxNumericWheelPicker and TdxDBNumericWheelPicker) instead.

See Also