2.78 .curvalue
This attribute defines the current position respectively the currently displayed value.
Definition
-
Data type
integer
-
Access
get, set
-
changed event
yes
-
C
Data type: DT_integer
Default value:
0 (dmw_dial, progressbar, scrollbar),
1 (spinbox) -
COBOL
Data type: DT-integer
Default value:
0 (dmw_dial, progressbar, scrollbar),
1 (spinbox) -
Classification
object-specific attribute
-
Objects
Object Specific
The current position of the progress.
The .curvalue attribute indicates the position of the progress bar. This value is also used to calculate the percentage, which is displayed as an optional label.
The position of the scrollbar slider can be queried and specified with this attribute.
The attribute defines the current value, which is displayed in the child object of the spinbox.
The maximum value should not be greater than the minimum value, otherwise the object behavior is undefined.
Value range: Integer, should be greater than the minimum value for a defined behavior.
Default value: 100