TdxRibbonTabCollection.Add Method
In This Article
Adds a new tab at the end of the tab collection.
#Declaration
Delphi
function Add: TdxRibbonTab;
#Returns
Type |
---|
Tdx |
#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