CAPTION Property


PLBCMP GUI Only

 

The CAPTION property controls whether a WINDOW object has a title bar. The property uses the following format:

 

CAPTION={value}

Note the following:

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

  2. This property is provided to the operating system to eliminate or retain the caption bar as appropriate.

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

  4.  

    Value

    Keyword

    The title bar is ...

    0

    $OFF

    not displayed.

    1

    $ON

    displayed. (default)

     

  5. 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 CANCEL Property CAUSEVALID Property