RIGHTTOLEFT Property
PLBCMP GUI Only
The RIGHTTOLEFT property allows items to be displayed in a right to left manner. The property uses the following format:
RIGHTTOLEFT={value}
Note the following:
RIGHTTOLEFT may be used in CREATE, SETPROP, or GETPROP statements of a MAINWINDOW or WINDOW object.
The property requires an operating system that supports right to left processing.
{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 |
Right to left processing is .... |
|
0 |
$FALSE |
disabled (default). |
|
1 |
$TRUE |
enabled. |
This property is not available when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |