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 if false.

Default: true

Type:

    boolean

Creation

PageControl.addTab ()
PageControl method to create a new TabSheet object.

Returns:

    TabSheet

See also:

Usage:

    local pageControl = createPageControl(owner)
    local tab1 = pageControl.addTab()
generated by LDoc 1.4.6-antum-dev-1 Last updated 2019-02-27 23:30:35