CAPTION Property
PLBCMP GUI Only
The CAPTION property controls whether a WINDOW object has a title bar. The property uses the following format:
CAPTION={value}
Note the following:
CAPTION may be used in CREATE, SETPROP, or GETPROP statements of a WINDOW object.
This property is provided to the operating system to eliminate or retain the caption bar as appropriate.
{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 title bar is ... |
|
0 |
$OFF |
not displayed. |
|
1 |
$ON |
displayed. (default) |
This property is not available when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |