RIGHT Property
PLBCMP GUI Only
The RIGHT property specifies that text in the object is right justified. The property uses the following format:
RIGHT[={value}]
Note the following:
RIGHT may be used in CREATE statements of LABELTEXT, PICT, and STATTEXT objects
This property is obsolete and has been replaced by the ALIGNMENT=3 property.
The ALIGNMENT property must be used if SETPROP or GETPROP operations are required.
If the RIGHT property is specified without an assignment, the action is the same as if RIGHT=1 were given.
{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 text is ... |
|
0 |
$OFF |
left justified. (default) |
|
1 |
$ON |
right justified. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |