Description | Hierarchy | Fields | Methods | Properties |
type TAdSkinElem = class(TObject)
A skin element represents one single region which may contain an image.
![]() |
Typ:TAdSkinDrawType; |
![]() |
Anchors:TAdAnchors; |
![]() |
X1:integer; |
![]() |
X2:integer; |
![]() |
Y1:integer; |
![]() |
Y2:integer; |
![]() |
ImgSrcX1:integer; |
![]() |
ImgSrcX2:integer; |
![]() |
ImgSrcY1:integer; |
![]() |
ImgSrcY2:integer; |
![]() |
Selected:boolean; |
![]() |
ClientRect:boolean; |
![]() |
Images:array of integer; |
![]() |
procedure LoadFromXML(aroot:TAdSimpleXMLElem); virtual; |
![]() |
function SaveToXML(aroot:TAdSimpleXMLElems):TAdSimpleXMLElem; virtual; |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
Typ:TAdSkinDrawType; |
The drawtype of the element |
![]() |
Anchors:TAdAnchors; |
The anchors of the element |
![]() |
X1:integer; |
The coordinates of the element |
![]() |
X2:integer; |
The coordinates of the element |
![]() |
Y1:integer; |
The coordinates of the element |
![]() |
Y2:integer; |
The coordinates of the element |
![]() |
ImgSrcX1:integer; |
The image coordinates of the element |
![]() |
ImgSrcX2:integer; |
The image coordinates of the element |
![]() |
ImgSrcY1:integer; |
The image coordinates of the element |
![]() |
ImgSrcY2:integer; |
The image coordinates of the element |
![]() |
Selected:boolean; |
Used in the Editor |
![]() |
ClientRect:boolean; |
Defines wether this element, is the element which will be the client region of the component |
![]() |
Images:array of integer; |
Array which contains the imageindex of this element for each state. |
![]() |
procedure LoadFromXML(aroot:TAdSimpleXMLElem); virtual; |
Loads the element from a JvSimpleXMlComponent |
![]() |
function SaveToXML(aroot:TAdSimpleXMLElems):TAdSimpleXMLElem; virtual; |
Saves the element to a JvSimpleXMlComponent |
![]() |
constructor Create; |
Creates an instance of the element |
![]() |
destructor Destroy; override; |
Destroys the instance of the element |