TdxGalleryControlItems.Add Method
In This Article
Creates a new item and appends it to the current collection.
#Declaration
Delphi
function Add: TdxGalleryControlItem;
#Returns
Type |
---|
Tdx |
#Remarks
This function creates a new gallery item with default settings, appends it to the current collection and returns the created gallery item as the function’s result.
See Also