NEGBORDERS Property
PLBCMP GUI Only
The NEGBORDERS identifies whether the runtime should negotiate border usage for a CONTAINER object created in a WINDOW. The property uses the following format:
NEGBORDERS={value}
Note the following:
NEGBORDERS may be used in CREATE, SETPROP, or GETPROP statements of a WINDOW 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 |
Border negotiation is ... |
|
0 |
$OFF |
disabled. (default) |
|
1 |
$ON |
enabled. |
This property is not available when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |