PLBWIN_WEBMODEPLF Keyword
10.5, PLBWIN or PLBCE
PLBWIN_WEBMODEPLF={ webmode }
This keyword control defines the WebMode processing used when objects on a PLF form are created. If this keyword is not used or it has an invalid value, the default behavior of the PL/B runtimes is to execute as normally expected without using the Microsoft WebView2 Edge interface.
The {webmode} values can be set as follows:
|
Value |
WebMode processing ... |
|
1 |
will only use the Win32 controls. |
|
2 |
may use either Win32 or WebView2 controls. |
|
3 |
will only use WebView2 controls. In this case, the PL/B objects are created using the Microsoft Edge WebView2 interface. |
See Also: PLBWIN Keywords, PLBCE Keywords, Compiler and Runtime Options
![]() |