Description | Hierarchy | Fields | Methods | Properties |
type TAdGUIImage = class(TAdComponent)
A simple image component.
![]() |
constructor Create(AParent:TAdComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure LoadFromXML(aroot:TAdSimpleXMLElem); override; |
![]() |
function SaveToXML(aroot:TAdSimpleXMLElems): TAdSimpleXMLElem; override; |
![]() |
property Center: boolean read FCenter write FCenter; |
![]() |
property Stretch: boolean read FStretch write FStretch; |
![]() |
property Proportional: boolean read FProportional write FProportional; |
![]() |
property AutoSize: boolean read FAutoSize write FAutoSize; |
![]() |
property Picture: TAdResourceImage read FPicture; |
![]() |
constructor Create(AParent:TAdComponent); override; |
Creates an instance of TAdGUIImage. |
![]() |
destructor Destroy; override; |
Destroys the instance of TAdGUIImage. |
![]() |
procedure LoadFromXML(aroot:TAdSimpleXMLElem); override; |
Loads the settings and picture data from XML. |
![]() |
function SaveToXML(aroot:TAdSimpleXMLElems): TAdSimpleXMLElem; override; |
Saves the settings and picture data to XML. |
![]() |
property Center: boolean read FCenter write FCenter; |
Specifies, whether the image should be centered. |
![]() |
property Stretch: boolean read FStretch write FStretch; |
Specifies, whether the image should be streched. |
![]() |
property AutoSize: boolean read FAutoSize write FAutoSize; |
If true, the size of the component will automaticly be set to the size of the image |
![]() |
property Picture: TAdResourceImage read FPicture; |
The picture resource. |