*WEBMODEPWF (GETMODE)


10.5, PLBCMP Only

*WEBMODEPWF={value}

 

The *WEBMODEPWF keyword returns 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

This value identifies that 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 (GETMODE), GETMODE

 



PL/B Language Reference *WEBMODEPLF (GETMODE) *WEBVIEW2VERSION (GETMODE)