Unit 'MUIClass.Image' Package
[Overview][Classes][Index] [#MUIClass]

TMUIImage

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Display an image

Declaration

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.

  property Spec: TSpecDesc; [r]

  

[i] Specify the type of your image.

  property State: Integer; [rw]

  

State of the Image

end;

Inheritance

TMUIImage

  

Display an image

|

TMUIArea

  

Super class for every other MUI class except windows and applications

|

TMUIWithParent

  

Subclass of TNotify to introduce the Parent relation

|

TMUINotify

  

Notify class is superclass of all other MUI classes.

|

TMUIRootClass

  

Base class for all MUI Class

|

TObject

Description

Image class is used to display one of MUI's standard images or some selfmade image data.


Documentation generated on: 2024-04-24