2.203 .maxvalue

This attribute defines the maximum value.

Definition

  • Data type

    integer

    string, object [ text ] (datetime)

  • Access

    get, set

  • changed event

    yes

scrollbar

.maxvalue specifies the maximal scrollbar value.

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

progressbar

Maximum value of the progress display.

Defines the 100% value. This is the value that .curvalue reaches when the action whose progress is displayed has been completed.

datetime

This attribute determines the maximum 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 maximum value set.

<value_string>

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

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

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

See also

Attribute .minvalue