TOPMOST Property


PLBCMP GUI Only

 

TOPMOST property specifies that a WINDOW should be placed above all non-topmost windows and should stay above them even when the window is deactivated. The property uses the following format:

TOPMOST={value}

Note the following:

  1. TOPMOST may be used in CREATE, SETPROP, or GETPROP statements of a WINDOW object.

  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

    Behavior

    0

    $OFF

    The TOPMOST property is turned off.(default)

    1

    $ON

    The PLB WINDOW does not remain on top of non-PLB windows when a PLB application becomes inactive. However, the PLB WINDOW remains as the top WINDOW to other PLB windows when the PLB application becomes active.

    2

     

    The PLB WINDOW remains on top of all windows when a PLB application becomes inactive.

     

  4. This property is not available when using the PL/B Web Server.

 

 

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

 



PL/B Language Reference TOP Property TRAILINGCOLOR Property