USERTL Property
PLBCMP GUI Only
The USERTL property allows items in a DATALIST to be displayed in a right to left manner. The property uses the following format:
USERTL={value}
Note the following:
USERTL may be used in CREATE, SETPROP, or GETPROP statements of a DATALIST 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 .... |
|
1 |
$OFF |
disabled. |
|
2 |
$ON |
enabled. |
|
3 |
|
disabled (default). |
When using the PL/B Web Server, this property is not supported.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |