2.220 .minvalue
This attribute defines the minimum 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
.minvalue contains the minimum value of the scrollbar.
The value range of the queried slider position is defined by .minvalue and .maxvalue.
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.
This attribute determines the minimum 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 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 |
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
Attribut