Skip to main content

TdxWheelPickerProperties.Wheels Property

Provides access to a collection of wheels defined within a generic value wheel picker editor.

Declaration

property Wheels: TdxWheelPickerWheels read; write;

Property Value

Type
TdxWheelPickerWheels

Remarks

Refer to the TdxWheelPickerWheels class description for information on available collection management capabilities. At design time, the Wheels property provides the collection editor, which offers similar capabilities. To invoke the collection editor, do one of the following:

  • Switch to the Object Inspector and click the ellipsis button next to the Wheels property;

  • Double-click the generic value wheel picker component;

  • Click “Edit…” in the component’s context menu.

In the collection editor, you can manage wheels and their items and rearrange them using the corresponding toolbar buttons and drag-and-drop operations.

See Also