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