TdxGalleryControlGroup Class
A gallery group.
Declaration
TdxGalleryControlGroup = class(
TdxGalleryGroup
)
Remarks
The class members allow you to do the following:
Access group items by their indexes (Items).
Obtain the number of items in the group (ItemCount).
Adjust the group’s caption (Caption).
Hide the group’s caption (ShowCaption).
Move the group between galleries (Collection).
Specify the group’s position in the gallery (Index).
Hide or display the group (Visible).
A group collection‘s Groups property reference a TdxGalleryControlGroup object.
Inheritance
See Also