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

TdxGalleryItems.Items Property

Provides indexed access to the items in the group.

Declaration

property Items[AIndex: Integer]: TdxGalleryItem read; write; default;

Property Value

Type
TdxGalleryItem

Remarks

Use the Items property to access an individual item. The AIndex parameter specifies the item index.

See Also