[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: MUIClass.Area.pas line 249
type TMUIColorfield = class(TMUIArea) |
||
protected |
||
procedure GetCreateTags(); override; |
|
Fill TagList to create the Colorfield item |
public |
||
constructor Create; override; |
|
Create a Colorfield object |
procedure CreateObject; override; |
|
Create the MUI item |
property Pen: LongWord; [rw] |
|
Use this Pen to show the color |
|
Set or Get Color as three 32bit LongWords |
|
published |
||
property Blue: LongWord; [rw] |
|
Blue color component as 32bit LongWord |
property Red: LongWord; [rw] |
|
Red color component as 32bit LongWord |
property Green: LongWord; [rw] |
|
Green color component as 32bit LongWord |
end; |
|
||
| | ||
|
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 |