TSRVTabItem.SkinSchemeIndex

<< Click to display table of contents >>

TSRVTabItem.SkinSchemeIndex

Determines which skin scheme is used for this tab.

property SkinSchemeIndex: Integer;

If value of this property is equal to -1, SkinSchemeIndex of the tab set control is used for this tab.

If TabSet.Kind=srvtskHorizontal, this is an index in TabSet.SkinManager.CurrentSkin.HorizontalTabSetSchemes collection.

If TabSet.Kind=srvtskVertical, this is an index in TabSet.SkinManager.CurrentSkin.VerticalTabSetSchemes collection.

If TabSet.SkinManager = nil, or TabSet.SkinManager.CurrentSkin = nil, or the index is not valid for this collection (negative or too large), then this tab has a default (no-skin) appearance.

Default value:

-1