TdxCustomGalleryItems.Add Method
Adds a new item to the collection.
Declaration
function Add: TdxCustomGalleryItem;
Returns
Type |
---|
TdxCustomGalleryItem |
Remarks
Call this method to create a new item and add it to the collection. This method returns the newly created item object, allowing you to customize item settings.
See Also