2.220 .minvalue

This attribute defines the minimum value.

Definition

  • Data type

    integer

    string, object [ text ] (datetime)

  • Access

    get, set

  • changed event

    yes

scrollbar

.minvalue contains the minimum value of the scrollbar.

The value range of the queried slider position is defined by .minvalue and .maxvalue.

progressbar

Minimum value of the progress display.

Defines the 0% value. This is the value that .curvalue has when the action is started whose progress will be displayed.

datetime

This attribute determines the minimum value.

For write access (set), values of the data type string and text resources can be specified. text resources are automatically converted to string.

Read access (get) always returns a value of the data type string.

Value range

""

No minimum value set.

<value_string>

Sets the contained date or time value as the minimum value.

The syntax and evaluation of the string are described at the attribute .value.

The attribute defines the smallest value that can be entered or selected by the user. An existing content of .value is usually not corrected to comply with .minvalue. It is also not defined whether the displayed value is corrected when the datetime is made visible.

See also

Attribute .maxvalue