[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
This is a subclass of numeric class that display a levelmeter.
Source position: MUIClass.Numeric.pas line 66
type TMUILevelmeter = class(TMUINumeric) |
||
protected |
||
procedure GetCreateTags(); override; |
|
Fill TagList for MUI item creation |
public |
||
constructor Create; override; |
|
Create LevelMeter object |
procedure CreateObject; override; |
|
Create the MUI item |
published |
||
property LLabel: string; [rw] |
|
Labelstring to be displayed in levelmeter objects. Limited to about six characters. |
end; |
|
This is a subclass of numeric class that display a levelmeter. |
|
| | ||
|
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. |