TdxRibbonTabGroups.Add Method
Adds a new tab group at the end of the collection.
Declaration
function Add: TdxRibbonTabGroup;
Returns
Type |
---|
TdxRibbonTabGroup |
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