TabPanel.Append

From Xojo Documentation

Method

TabPanel.Append(Caption as String)

New in 2005r1

Supported for all project types and targets.

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")