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

TdxSpinImageItems Class

Maintains a list of items in a spin image control.

Declaration

TdxSpinImageItems = class(
    TCollection
)

Remarks

The Items property of the spin image control is a TdxSpinImageItem object and maintains a collection of items in a spin image. Items can be added, deleted, inserted and moved within the spin image. You can access the nodes in a spin image via the Items property of the spin image.

Inheritance

See Also