[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Checkmark object (Checkable Button, with checkmark on it)
Source position: MUIClass.Image.pas line 89
type TMUICheckmark = class(TMUIImage) |
||
public |
||
constructor Create; override; |
|
Create a Checkmark object |
end; |
|
Checkmark object (Checkable Button, with checkmark on it) |
|
| | ||
|
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 |