<< Click to display table of contents >> TSRVSkin |
TSRVSkin contains properties defining a visual appearance of skinnable controls.
This is a class of items in the collection TSRVSkinManager.Skins.
Unit SRVSkinManager.
Syntax
TSRVSkin = class(TCollectionItem)
TObject
TPersistent
TCollectionItem.
Name is the skin name.
Elements is a collection of images, Fonts is a collection of fonts.
Other properties are collections of "schemes". A scheme defines which Elements and Fonts are used for different parts of skinnable objects:
•HorizontalScrollBarSchemes – for horizontal scrollbars;
•VerticalScrollBarSchemes – for vertical scrollbars;
•HorizontalTabSetSchemes – for horizontal tab sets;
•VerticalTabSetSchemes – for vertical tab sets;
•BoxSchemes – for rectangular areas of different controls.