TdxGalleryControlItem Class
A gallery item.
Declaration
TdxGalleryControlItem = class(
TdxGalleryItem
)
Remarks
The class members allow you to do the following:
Assign an image to the item (Glyph and ImageIndex).
Set the item’s caption and description (Caption and Description).
Specify the item’s hint (Hint).
Select the item (Checked).
Move the item between gallery groups (Group).
Specify if a user can interact with the item (Enabled).
An item collection‘s Items property references a TdxGalleryControlItem object.
Inheritance
See Also