[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Helper class to set Image descriptors.
Source position: MUIClass.Area.pas line 384
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; |
|
Helper class to set Image descriptors. |
|
| | ||
TObject |
Image Descriptors can be set in different ways, mostly as string but also as Integer constant. This class helps with setting up this.
|
[i] Adjust the background for an object. |
|
|
[i] Specify the type of your image. |