Create a Numeric object
Source position: MUIClass.Numeric.pas line 37
public constructor TMUINumeric.Create; override; |
It does not make sense to create the Numeric object itself. Use the subclasses with GUI: Slider, NumericButton or Knob
|
The slider class generates a gui element that allows a user to adjust a numeric value. |
|
|
Save saving Slider |
|
|
This is a subclass of Numeric class which offers a knob that the user may turn. |