Method
TabPanel.AddPanel(Caption as
String)
New in 2019r2Supported for all project types and targets.
Adds a panel after the last panel of the TabPanel and uses the passed string as its caption.
Examples
Add a tab called "Extra" to the TabPanel:
TabPanel1.AddPanel("Extra")