AUTOREDRAW Property


PLBCMP GUI Only

square.png Objects

 

The AUTOREDRAW property controls when an object is redrawn. The property uses the following format:

 

AUTOREDRAW={value}

Note the following:

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

  2. A window refresh is automatically done when changing the AUTOREDRAW property to $ON.

  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

    Automatic redrawing is ...

    0

    $OFF

    disabled.

    1

    $ON

    enabled. (default)

    2

    $WITHERASE

    done after the object is first erased.

     

  5. This property is not supported when using the PL/B Web Server.

 

 

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

 



PL/B Language Reference AUTOPLAY Property AUTOSCALE Property