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

TMUINumeric.Value

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

Declaration

Source position: MUIClass.Numeric.pas line 55

published property TMUINumeric.Value : Integer
  read GetValue
  write SetValue
  default 0;

Description

Numeric class will automatically clip this value to make it fit between Min and Max.

Whenever a new value is set, the object receices a new Draw command to get a chance to update its display.

Defaults to 0.

See also

Min

  

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

Max

  

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

Default

  

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

Stringify()

  

Translate a Value to a string


Documentation generated on: 2024-04-25