[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
The slider class generates a gui element that allows a user to adjust a numeric value.
Source position: MUIClass.Numeric.pas line 84
type TMUISlider = class(TMUINumeric) |
||
protected |
||
procedure GetCreateTags(); override; |
|
Fill TagList for MUI item creation |
public |
||
constructor Create; override; |
|
Create Slider object |
procedure CreateObject; override; |
|
Create the MUI item |
published |
||
property Horiz: Boolean; [rw] |
|
Specify if you want a horizontal or vertical slider. |
property Quiet: Boolean; [rw] |
|
Do not display the current level in a text object. |
end; |
|
The slider class generates a gui element that allows a user to adjust a numeric value. |
|
| | ||
|
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 |
he programmer has not very much influence on the slider's outfit, there are only very few fields available. Future versions of MUI will probably include some preferences options to allow the user (not the programmer) to configure this outfit.