Online documentation, manuals and tutorials
< All Topics
Print

UpDown

Description

This Widget allows us to select a single value using the decrement and increment buttons.

Properties

Specific

Data

EXPRESSION (integer)

The variable in which the selected value in the range of [Min, Max] is saved.

Down button text

String

The text that is displayed inside the button for the decrement value.

Up button text

String

The text that is displayed inside the button for the increment value.

Min

EXPRESSION (any)

The minimum value that can be selected.

Max

EXPRESSION (any)

The maximum value that can be selected.

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.

Examples

  • eez-gui-widgets-demo
Page content