Unit 'MUIClass.Area' Package
[Overview][Types][Classes][Procedures and functions][Index] [#MUIClass]

TSpecDesc

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

Helper class to set Image descriptors.

Declaration

Source position: MUIClass.Area.pas line 381

type TSpecDesc = class

public

  constructor Create; virtual;

  

Create a Spec description object

  procedure SetStdPattern();

  

Set by MUI standard pattern (will directly supplied not as string)

  procedure SetRGB(); overload;

  

Set by Color as three bytes

  procedure SetRGB32(); overload;

  

Set by Color MUI typical as three Longwords

  procedure SetBoopsiName();

  

Set by external Boopsi class name

  procedure SetMUIBrush();

  

Set by external MUI brush name

  procedure SetPicture();

  

Set by path to an external Picture

  procedure SetPreConf();

  

Set by preconfigured patterns

  procedure SetString();

  

Set by a string

  property IsSet: Boolean; [r]

  

defines if the Value was set at least once with one of the set functions

published

  property Spec: PtrInt; [rw]

  

Spec value as it will be written to the MUI Field

end;

Inheritance

TSpecDesc

  

Helper class to set Image descriptors.

|

TObject

Description

Image Descriptors can be set in different ways, mostly as string but also as Integer constant. This class helps with setting up this.

See also

TMUIArea.Background

  

[i] Adjust the background for an object.

TMUIImage.Spec

  

[i] Specify the type of your image.


Documentation generated on: 2022-07-30