[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Display an image
Source position: MUIClass.Image.pas line 11
type TMUIImage = class(TMUIArea) |
||
protected |
||
procedure GetCreateTags(); override; |
|
Fill Taglist for image creation |
public |
||
constructor Create; override; |
|
Create Image object |
destructor Destroy; override; |
|
destroy image object |
procedure CreateObject; override; |
|
Create the image MUI item |
property OldImage: PImage; [rw] |
|
[i] Pointer to a standard graphics.library PImage |
published |
||
property FontMatch: Boolean; [rw] |
|
[i] Scale the image size with font size |
property FontMatchHeight: Boolean; [rw] |
|
[i] Scale the image Height with font size |
property FontMatchWidth: Boolean; [rw] |
|
[i] Scale the image Width with font size |
property FreeHoriz: Boolean; [rw] |
|
[i] Tell the image if its allowed to get scaled horizontally. |
property FreeVert: Boolean; [rw] |
|
[i] Tell the image if its allowed to get scaled vertically. |
|
[i] Specify the type of your image. |
|
property State: Integer; [rw] |
|
State of the Image |
end; |
|
Display an image |
|
| | ||
|
Super class for every other MUI class except windows and applications |
|
| | ||
|
Subclass of TNotify to introduce the Parent relation |
|
| | ||
|
Notify class is superclass of all other MUI classes. |
|
| | ||
|
Base class for all MUI Class |
|
| | ||
TObject |
Image class is used to display one of MUI's standard images or some selfmade image data.