Reverse the display of a numeric gadget.
Source position: MUIClass.Numeric.pas line 53
published property TMUINumeric.Reverse : Boolean |
When set to True, the ScaleToValue() and ValueToScale() methods are effected in a way that makes your gadget behave "reverse". Its minimum numeric value will be mapped to the maximum scale value of the display and vice versa.
Defaults to False.
|
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. |
|
|
Adjust the default value for a numeric input/display gadget.s |
|
|
This method takes the current value of the numeric object and transforms it to another scale determined by the parameters. |
|
|
This method takes the given sale values and transforms them to something between the numeric objects min and max values. |