ALIGNTEXT Property


PLBCMP GUI Only

square.png Objects

 

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:

  1. ALIGNTEXT may be used in CREATE, SETPROP, or GETPROP statements.

  2. {value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
     

  3. 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.

     

  4. 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

 



PL/B Language Reference Alignment Property (LISTVIEW Column) ALLOWMINUS Property