Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

This method activates a specific tab within a Tab Panel or Tab Layout widget.

Parameter:

  • tab – the tab number to activate. The first tab is tab 0, the second tab is tab 1, etc.

Example:

getObj("TabPanel1").setTab(1);  // this activates the second tab


Available in Profound UI Version 5, Fix Pack 10.0 and later.

  • No labels