Adjust the default value for a numeric input/display gadget.s
Source position: MUIClass.Numeric.pas line 49
published property TMUINumeric.Default : Integer |
Each type of slider can have a default value to which the user can always return immediately by some action depending on the implementation of the subclass. Knob.mui e.g. resets to defaults after a double click in the knob area.
The default value can also be reached by pressing the toggle key (usually SPACE) on an active numeric gadget.
It defaults to 0.
|
Adjust the minimum value for a numeric input/display gadget. |
|
|
Adjust the maximum value for a numeric input/display gadget. |
|
|
Adjust the current value for a numeric input/display gadget. |