TdxRibbonTabGroups.Add Method
In This Article
Adds a new tab group at the end of the collection.
#Declaration
Delphi
function Add: TdxRibbonTabGroup;
#Returns
Type |
---|
Tdx |
#Remarks
Once added, the new group automatically appears in the rightmost position in the tabbed page (see the Tab property).
The Add method returns a reference to the newly created group.
See Also