Unit AdSkin

DescriptionusesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

Contains classes for the skin management of the gui components

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TAdSkinElem A skin element represents one single region which may contain an image.
Class TAdSkinElemList List which contains all skin items.
Class TAdSkinItem Represents a skin item and its states - e.g.
Class TAdSkin A class that contains a set of skin items.

Types

TAdSkinDrawType = (...);
TAdAnchor = (...);
TAdAnchors = set of TAdAnchor;

Description

Types

TAdSkinDrawType = (...);

Defines the type of drawing elements. Currently only Stretch is supported.

Values
  • dtWrap: The image is repeated like a wallpaper
  • dtStretch: The images is streched to fit
TAdAnchor = (...);

Anchors are used to resize the skin elements properly. The values have the same meaning as in the VCL

Values
  • aaLeft:  
  • aaTop:  
  • aaBottom:  
  • aaRight:  
TAdAnchors = set of TAdAnchor;

A set of TAdAnchor

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:32:00