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