CLIPSIB Property


PLBCMP GUI Only

 

The CLIPSIB property specifies that no object may be displayed on top of the EDITTEXT or EDITNUMBER object. The property uses the following format:

 

CLIPSIB={value}

Note the following:

  1. CLIPSIB may be used in CREATE, GETPROP, or SETPROP statements of an EDITTEXT or EDITNUMBER object.

  2. Enabling this property will provide better performance when a large number of non-overlapping objects (more than 400) are being displayed with a non-3D border.

  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

    Sibling clipping is ...

    0

    $OFF

    disabled.

    1

    $ON

    enabled.(default)

     

  5. When using the PL/B Web Server, this property is not supported.

 

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

 



PL/B Language Reference CLIPCTRL Property CMDNOTE Property