[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
This is a subclass of Numeric class which offers a knob that the user may turn.
Source position: MUIClass.Numeric.pas line 61
type TMUIKnob = class(TMUINumeric) |
||
public |
||
procedure CreateObject; override; |
|
Create the MUI item |
end; |
|
This is a subclass of Numeric class which offers a knob that the user may turn. |
|
| | ||
|
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 |
|
Numeric class is the base class for everything that deals with the input (and display) of integer numbers. |