showTab( tab )
This method show a tab that was previously hidden with the hideTab() method.
Parameter:
tab – the tab number to show. The first tab is tab 0, the second tab is tab 1, etc.
Example:
getObj("TabPanel1").showTab(0); // make it visible again
getObj("TabPanel1").setTab(0); // activate it
Available in Profound UI Version 5, Fix Pack 10.0 and later.
Some documentation pages have recently moved to a new section: Profound AppDev. If you are having trouble finding specific pages, try the documentation search capability or reach out to our Support team!