Class TabSheet
Part of a PageControl.
This object can contain other objects.
Inheritance
| WinControl | TabSheet 🡄 WinControl 🡄 Control 🡄 Component 🡄 Object |
Properties
| PageIndex | The current index in the page list of the owning page control. |
| TabVisible | Tab is shown if true, hidden if false. |
Creation
| PageControl.addTab () | PageControl method to create a new TabSheet object. |
Inheritance
- WinControl
- TabSheet 🡄 WinControl 🡄 Control 🡄 Component 🡄 Object
Properties
- PageIndex
-
The current index in the page list of the owning page control.
Type:
integer - TabVisible
-
Tab is shown if
true, hidden iffalse.Default: true
Type:
boolean