TdxRibbonTabCollection.Add Method
Adds a new tab at the end of the tab collection.
Declaration
function Add: TdxRibbonTab;
Returns
Type |
---|
TdxRibbonTab |
Remarks
Once added, the new tab automatically appears in the rightmost position in the Ribbon.
The Add method returns a reference to the newly created tab.
See Also