PERCENT Property
PLBCMP GUI Only
The PERCENT property controls the percentage display of a PROGRESS object. The property uses the following format:
PERCENT={value}
Note the following:
PERCENT may be used in CREATE, SETPROP, or GETPROP statements of a PROGRESS object.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
The percentage display is ... |
|
0 |
$OFF |
disabled. |
|
1 |
$ON |
enabled. (default) |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |