*WEBMODEHTMLCTRL (GETMODE)
10.5, PLBCMP GUI Only
*WEBMODEHTMLCTRL={value}
The *WEBMODEHTMLCTRL keyword returns the current state flag that controls WebMode processing for HTMLCONTROL objects. This control is only meaningful for runtimes that have WebView2 support.
{value} is a previously defined Numeric Variable that receives the runtime behavior flag as follows:
|
Value |
WebMode processing for a HTMLCONTROL ... |
|
0 |
is using the current runtime default setting. See the PL/B runtime keyword named 'PLBWIN_WEBMODEHTMLCTRL' for additional information. |
|
1 |
is for Win32 only. In this case, the normal Windows runtime operations are processed using the Windows 'IWebBrowser2' interface. |
|
2 |
allows both Win32 or WebView2 controls. In this case, the HTMLCONTROL can be created using Win32 operations or using WebView2 operations. |
|
3 |
is for WebView2 mode only. In this case, the HTMLCONTROL is created using the Microsoft Edge WebView2 interface. |
See Also: List Controls (GETMODE), GETMODE
![]() |