LABELWRAP Property
PLBCMP GUI Only
The LABELWRAP property specifies whether item labels in LISTVIEW object may wrap while in icon view. The property uses the following format:
LABELWRAP={value}
Note the following:
LABELWRAP may be used in CREATE, SETPROP, or GETPROP statements of a LISTVIEW object.
If set to $OFF, text labels are displayed on a single line in icon view.
{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 |
Label wrapping 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
![]() |