VALUE Property
PLBCMP GUI Only
The VALUE property specifies the value associated with an object. The property uses the following format:
VALUE={value}
Note the following:
VALUE may be used in CREATE, SETPROP, or GETPROP statements for PROGRESS objects.
VALUE may be used in SETPROP or GETPROP statements for EDITNUMBER, CHECKBOX, or RADIO objects.
{value} is a decimal number, a Numeric Variable, or an Expression.
When used with a CHECKBOX or RADIO object, {value} must be a zero indicating off or a one to indicate on.
When used with a PROGRESS object, {value} indicates the percentage amount in the range of zero to one hundred (100) inclusive.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |