Skip to main content

TdxWheelPickerProperties Class

Contains settings of the generic value wheel picker editor.

Declaration

TdxWheelPickerProperties = class(
    TdxCustomWheelPickerProperties
)

Remarks

This class extends its ancestor class with properties that allow you to populate the editor with wheels and wheel items and adjust their size. In addition, TdxWheelPickerProperties publishes certain properties and events inherited from the base classes.

A TdxWheelPickerProperties object is referenced by the generic value wheel picker editor’s Properties and ActiveProperties properties.

See Also