[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Save saving Slider
Source position: MUIClass.Numeric.pas line 79
type TMUINumericbutton = class(TMUINumeric) |
||
public |
||
procedure CreateObject; override; |
|
Create the MUI item |
end; |
|
Save saving Slider |
|
| | ||
|
Numeric class is the base class for everything that deals with the input (and display) of integer numbers. |
|
| | ||
|
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 |
|
The slider class generates a gui element that allows a user to adjust a numeric value. |