Online documentation, manuals and tutorials
< All Topics
Print

NumberInput

Description

This Widget is used when we want to enter a number.

Properties

Specific

Value

EXPRESSION (double)

The variable in which the entered number will be stored.

Min

EXPRESSION (double)

The minimum value that can be entered.

Max

EXPRESSION (double)

The maximum value that can be entered.

Step

EXPRESSION (double)

The step is a number that specifies the granularity that the value must adhere to.

Disable default tab handling

Boolean

Set this to false if you want to disable default TAB key handling when this widget is in focus.

Visible

EXPRESSION (boolean)

If the calculated expression is true then the Widget is visible, and if it is false then the Widget is hidden. It can be left blank, in which case the Widget is always visible.

Page content