TabPanel.Append
From Xojo Documentation
This item was deprecated in version 2019r2. Please use TabPanel.AddPanel as a replacement. |
Method
Appends a page after the last page of the TabPanel and uses the passed string as its caption.
Examples
Add a tab called "Extra" to the TabPanel:
TabPanel1.Append("Extra")