TdxGalleryItems.Add Method
Adds a new item to the TdxGalleryItems.
Declaration
function Add: TdxGalleryItem;
Returns
Type |
---|
TdxGalleryItem |
Remarks
Use the Add method to create a new item and add it to the list. This method returns the newly created item object, allowing you to customize the item.
See Also