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

TMUINumeric.Default

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

Declaration

Source position: MUIClass.Numeric.pas line 48

published property TMUINumeric.Default : Integer
  read FDefault
  write SetDefault
  default 0;

Description

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.

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.


Documentation generated on: 2022-07-30