Description | Hierarchy | Fields | Methods | Properties |
type TGUITab = class(TGUIElement)
A tab-page, onto which other gui elements could be added.
TGUITab
refers to the page itself, not to the tab in the tabbar of a TGUITabControl.
![]() |
property BackgroundColor: TARGBColor read GetBackgroundColor write SetBackgroundColor; |
![]() |
property DrawBackground: Boolean read IsDrawingBackground write SetDrawBackground; |
![]() |
property TabIndex: LongInt read GetTabIndex; |
![]() |
property TextColor: TARGBColor read GetTextColor write SetTextColor; |
![]() |
property BackgroundColor: TARGBColor read GetBackgroundColor write SetBackgroundColor; |
The tab's background color. |
![]() |
property DrawBackground: Boolean read IsDrawingBackground write SetDrawBackground; |
Specifies whether the background should be drawn. |
![]() |
property TabIndex: LongInt read GetTabIndex; |
The tab's index in a TGUITabControl if it is owned by one. |
![]() |
property TextColor: TARGBColor read GetTextColor write SetTextColor; |
The text color. |