TdxCustomGalleryItems.Items Property
Provides indexed access to the items in the group.
Declaration
property Items[AIndex: Integer]: TdxCustomGalleryItem read; write; default;
Property Value
Type |
---|
TdxCustomGalleryItem |
Remarks
Use the Items property to access an individual item. The AIndex parameter specifies the item index.
See Also