Skip to main content
A newer version of this page is available. .

TdxWheelPickerWheels Class

Declaration

TdxWheelPickerWheels = class(
    TcxOwnedInterfacedCollection,
    IdxGalleryGroups
)

Remarks

This class introduces members that allow you to do the following:

  • Add a wheel to the collection (Add);

  • Access individual wheels stored in the collection (Items).

A TdxWheelPickerWheels object is referenced by a generic value wheel picker editor’s Properties.Wheels property. At design time, you can manage wheels and their items using the collection editor provided by this property.

Implements

See Also