*WEBMODEPLF (GETMODE)
10.5, PLBCMP Only
*WEBMODEPLF={value}
The *WEBMODEPLF keyword returns the current state flag that controls WebMode processing for PL/B objects on PLF 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 |
This value identifies that the WebMode processing ... |
|
0 |
will use the current runtime default setting. See the PL/B runtime keyword named 'PLBWIN_WEBMODEPLF' for additional information. |
|
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: List Controls (GETMODE), GETMODE
![]() |