PLBWIN_WEBMODEHTMLCTRL Keyword
10.5, PLBWIN or PLBCE
PLBWIN_WEBMODEHMLCTRL={ webmode }
This keyword control defines the WebMode processing used when an HTMLCONTROL object is 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 for a HTMLCONTROL ... |
|
1 |
is Win32 only. In this case, the normal Windows runtime operations are processed using the Windows OS 'IWebBrowser2' interface. |
|
2 |
can be either for Win32 or WebView2 controls. In this case, the HTMLCONTROL can be created using Win32 operations or using WebView2 operations. |
|
3 |
is WebView2 mode only. In this case, the HTMLCONTROL is created using the Microsoft Edge WebView2 interface. |
See Also: PLBWIN Keywords, PLBCE Keywords, Compiler and Runtime Options
![]() |