TdxCustomGalleryItems.Add Method
In This Article
Adds a new item to the collection.
#Declaration
Delphi
function Add: TdxCustomGalleryItem;
#Returns
Type |
---|
Tdx |
#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