TdxGalleryControlGroups.Add Method
In This Article
Adds a new group to the control.
#Declaration
Delphi
function Add: TdxGalleryControlGroup;
#Returns
Type |
---|
Tdx |
#Remarks
Use the Add method to create a new group and append it to the collection. The method returns the newly created group so you can customize its settings.
See Also