ValueInput


Input field. Makes it possible to enter the value of a signal, in a component with Value
dynamics specified. The value is changed by clicking MB1 on the object.

The signal is specified in Value.Attribute.

Attribute                               Description
ValueInput.MinValue                       Minimum input value.
ValueInput.MaxValue                       Maximum input value.
ValueInput.Clear                       The field is cleared when opened for input.
ValueInput.Popup                       Input is done in a popup box.
ValueInput.Unselect                       The text in the field is not selected when the
                      field is opened for input.
ValueInput.EscapeStore                       Normally a value is stored into database when Enter
                      is pressed, but with EscapeStore, the storage is
                      also done when when input focus is lost.
                      I will also be stored by the xtt command 'set graph /escapestore'.
ValueInput.MinValueAttr                       Signal for minimum input value.
ValueInput.MaxValueAttr                       Signal for maximum input value.
ValueInput.KeyboardType                       Type of virtual keyboard that is opened when the field
                      has input focus. Requires that VirtualKeyboards is enbled for the
                      operator place.
ValueInput.UpdateOpen                       Update the field if the database value is changed also
                      when the field is open.