📄CTabSection

CTabSection metatable

:Name(): string

Returns tab's name.


:Parent(): CFirstTab

Returns tab's parent.


Returns widget type.


:Open(): nil

Opens parent tabs.


:Create(sectionName: string): CSecondTab

Name
Type
Description

sectionName

string

Creates new CSecondTab.


:Find(sectionName: string): CSecondTab|nil

Name
Type
Description

sectionName

string

Finds the CSecondTab by name.

Last updated