ALIGNTEXT Property
PLBCMP GUI Only
The ALIGNTEXT property defines the alignment of text within the object's defined screen position. The property uses the following format:
ALIGNTEXT={value}
Note the following:
ALIGNTEXT may be used in CREATE, SETPROP, or GETPROP statements.
{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 aligned to the ... |
|
0 |
$NONE |
right of the object (default). |
|
1 |
$ALIGNLEFT |
left of the object. |
|
2 |
$ALIGNRIGHT |
right of the object. |
If {value} is not one of the above values, the text is aligned to the right of the object for CREATE statements and the position is unchanged for SETPROP statements.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |