AUTOREDRAW Property
PLBCMP GUI Only
The AUTOREDRAW property controls when an object is redrawn. The property uses the following format:
AUTOREDRAW={value}
Note the following:
AUTOREDRAW may be used in CREATE, SETPROP, or GETPROP statements.
A window refresh is automatically done when changing the AUTOREDRAW property to $ON.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
Automatic redrawing is ... |
|
0 |
$OFF |
disabled. |
|
1 |
$ON |
enabled. (default) |
|
2 |
$WITHERASE |
done after the object is first erased. |
This property is not supported when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |