SELALIGN Property
9.0B, PLBCMP GUI Only
The SELALIGN property allows specification of the alignment of selected text. The property uses the following format:
SELALIGN={value}
Note the following:
SELALIGN may be used in SETPROP or GETPROP statements for RICHEDITTEXT objects.
{value} is a decimal number, a Numeric
Variable, an Expression,
or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Keyword |
Value |
The text is ... |
|
$PFA_LEFT |
1 |
left aligned (default). |
|
$PFA_RIGHT |
2 |
right aligned. |
|
$PFA_CENTER |
3 |
centered. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |