MDIBORDER Property
PLBCMP GUI Only
MDIBORDER property defines whether a MDI client window has a border. The property uses the following format:
MDIBORDER={value}
Note the following:
MDIBORDER 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 |
The window border is ... |
|
0 |
$OFF |
not displayed. (default) |
|
1 |
$ON |
displayed. |
This property is not available when using the PL/B Web Server.
When using the PL/B Web Server, see the MPIBORDER property.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |