*WEBMODEPWF (SETMODE)
10.5, PLBCMP Only
*WEBMODEPWF={value}
The *WEBMODEPWF keyword sets the current state flag that controls WebMode processing for PL/B objects on PWF forms loaded and created in a PL/B program. This control is only meaningful for runtimes that have WebView2 support.
{value} is a previously defined Numeric Variable that sets the runtime behavior flag as follows:
|
Value |
Set this value so the WebMode processing ... |
|
0 |
will use the current runtime default setting. See the PL/B runtime keyword named 'PLBWIN_WEBMODEPWF' for additional information. |
|
1 |
will only use the Win32 controls. |
|
2 |
may uses either Win32 or WebView2 controls. |
|
3 |
will only uses WebView2 controls. In this case, the PL/B objects are created using the Microsoft Edge WebView2 interface. |
See Also: List Controls (SETMODE), SETMODE
![]() |