Unit 'MUIClass.Numeric' Package
[Overview][Classes][Index] [#MUIClass]

TMUINumeric.Reverse

Reverse the display of a numeric gadget.

Declaration

Source position: MUIClass.Numeric.pas line 52

published property TMUINumeric.Reverse : Boolean
  read FReverse
  write SetReverse
  default False;

Description

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.

See also

Min

  

Adjust the minimum value for a numeric input/display gadget.

Max

  

Adjust the maximum value for a numeric input/display gadget.

Value

  

Adjust the current value for a numeric input/display gadget.

Default

  

Adjust the default value for a numeric input/display gadget.s

ValueToScale()

  

This method takes the current value of the numeric object and transforms it to another scale determined by the parameters.

ScaleToValue()

  

This method takes the given sale values and transforms them to something between the numeric objects min and max values.


Documentation generated on: 2024-04-20