vcl-dxnumericwheelpicker-c486317f.md
Serves as the base class for classes that implement numeric value wheel picker editors.
TdxCustomNumericWheelPicker = class(
TdxCustomWheelPicker
)
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.
Show 13 items
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TdxCustomWheelPicker TdxCustomNumericWheelPicker
See Also