Share

Tab control

[Desktop Automation]

The tab control arranges dialogs in multiple tabs. Use the addtabcontrol method to add such an element.

Properties

Property Read/write Type Description
activepage Read/write number Get and set the currently active page
pagecount Read number Get the number of pages of the control

Back to top

Methods

Name Syntax Description
addtabsheet Tabcontrol:addtabsheet(); Add a new sheet to the tab control. Using this at runtime requires calling the rebuild function of the containing dialog to apply the changes.

Back to top

Was this information helpful?