Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
Contains classes for the skin management of the gui components
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. |
TAdSkinDrawType = (...); |
TAdAnchor = (...); |
TAdAnchors = set of TAdAnchor; |
TAdSkinDrawType = (...); |
Defines the type of drawing elements. Currently only Stretch is supported. Values
|
TAdAnchor = (...); |
Anchors are used to resize the skin elements properly. The values have the same meaning as in the VCL Values
|
TAdAnchors = set of TAdAnchor; |
A set of TAdAnchor |