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:

  1. VALUE may be used in CREATE, SETPROP, or GETPROP statements for PROGRESS objects.

  2. VALUE may be used in SETPROP or GETPROP statements for EDITNUMBER, CHECKBOX, or RADIO objects.

  3. {value} is a decimal number, a Numeric Variable, or an Expression.

  4. When used with a CHECKBOX or RADIO object, {value} must be a zero indicating off or a one to indicate on.

  5. 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

 



PL/B Language Reference USERTL Property VARABSVALUE Property