DesktopTabPanel.AddPanel
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Method
Adds a panel after the last panel of the TabPanel and uses the passed string as its caption.
Example
Add a tab called "Extra" to the TabPanel:
TabPanel1.AddPanel("Extra")