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:

  1. RIGHT may be used in CREATE statements of LABELTEXT, PICT, and STATTEXT objects

  2. This property is obsolete and has been replaced by the ALIGNMENT=3 property.

  3. The ALIGNMENT property must be used if SETPROP or GETPROP operations are required.

  4. If the RIGHT property is specified without an assignment, the action is the same as if RIGHT=1 were given.

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

  6.  

    Value

    Keyword

    The text is ...

    0

    $OFF

    left justified. (default)

    1

    $ON

    right justified.

 

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference RIBNAME Property RIGHTBUTTON Property