[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Short cut to create a simple Button
Source position: MUIClass.Area.pas line 348
type TMUIButton = class(TMUIText) |
||
public |
||
constructor Create(); |
|
Create a Button object |
end; |
|
Short cut to create a simple Button |
|
| | ||
|
Label type text object |
|
| | ||
|
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 |