TabPanel.AddTab

From Xojo Documentation

Method

TabPanel.AddTab(name As String)

New in 2019r2

Supported for all project types and targets.

Adds a tab panel after the last tab of the TabPanel and uses the passed string as its caption.

Examples

Add a tab called "Extra" to the TabPanel:

TabPanel1.AddTab("Extra")