<< Click to display table of contents >> TSRVTabItem |
TSRVTabItem is an individual tab in TSRVTabSet control.
This is a class of items in the collection TSRVTabSet.Tabs.
Unit SRVTabSet.
Syntax
TSRVTabItem = class(TCollectionItem)
TObject
TPersistent
TCollectionItem.
The tab has Text and an optional icon, defined in ImageIndex.
Normally, in a skin mode, appearance of all tabs is defined in the tab set control. You can override these settings with SkinSchemeIndex and/or SkinFontIndex properties.
The tab can be hidden (Visible property) or disabled (Enabled property).