TdxGalleryControlItems Class
An item collection in a gallery group.
Declaration
TdxGalleryControlItems = class(
TdxGalleryItems
)
Remarks
The class members allow you to do the following:
Access items by their indexes (Items).
Identify the number of items in the collection (Count).
Add items to the collection (Add).
Insert and delete items (Insert, Delete, Remove, and Clear).
Obtain gallery group items by their positions in the gallery control (GetItemAtPos).
Prevent excessive notifications about item collection changes to improve performance (BeginUpdate and EndUpdate).
A gallery group’s Items property references a TdxGalleryControlItems object.
Inheritance
See Also