2.203 .maxvalue
This attribute defines the maximum value.
Definition
-
Data type
integer
string, object [ text ] (datetime)
-
Access
get, set
-
changed event
yes

-
C
Data type: DT_integer
Data type: DT_string, DT_text (datetime)
-
COBOL
Data type: DT-integer
Data type: DT-string, DT-text (datetime)
-
Classification
object-specific attribute
-
Objects
.maxvalue specifies the maximal scrollbar value.
The value range of the queried slider position is defined by .minvalue and .maxvalue.
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.
This attribute determines the maximum value.
set
), values of the data type string and text resources can be specified.
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 |
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
Attribut