Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomNumericWheelPicker Class

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

#Declaration

Delphi
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