TSRVBoxScheme

<< Click to display table of contents >>

TSRVBoxScheme

TSRVBoxScheme is a class defining a visual appearance of rectangular areas of different controls.

This is a class of items in the following collection:

TSRVSkinManager.Skins[i].BoxSchemes;

Unit SRVSkinManager.

Syntax

TSRVBoxScheme = class(TCollectionItem)

Hierarchy

TObject

TPersistent

TCollectionItem

Properties

Name: TRVUnicodeString – a name of this scheme. This text is displayed at design time when editing collections.

Other properties define indices in TSRVSkinManager.Skins[i].Elements collection. All these properties are Integers, their default value is -1.

Background:

ImgBackgroundBegin – left side;

ImgBackgroundEnd – right side;

ImgBackgroundCenter – middle of background (stretched).

Border:

ImgLeft, ImgRight, ImgTop, ImgBottom – left/right/top/bottom sides (stretched);

ImgTopLeft, ImgTopRight, ImgBottomLeft, ImgBottomRight – corners.

Example

TSRVBoxScheme