ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLEditorExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
<Camera>.StopDecoding (Function)
Stops decoding a bar code in a Camera control.
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
<HTML editor>.ExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
Java functions
List of Java functions...
Charact (Function)
Returns the character corresponding to the specified ASCII code.
Automatic error handling
Error handling can be customized for each process......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Error 4: A space is required after the ':' character
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
14. PHP generation in practice
Automated tests: Test-specific functions
List of automated tests: Test-specific functions...
Web Camera control events
The following events appear by default in the WEBDEV code editor:
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
XMLSource (Property)
The XMLSource property is used to get the XML source code.
Error 1044: The class is already derived from this class
InAppleWatchSimulatorMode (Function)
Indicates whether the code is run in the Apple Watch simulator.
InAppleWatchEmulatorMode (Function)
Indicates whether the code is run in the Apple Watch emulator.
CaptionHTML (Property)
The CaptionHTML property is used to handle text as HTML code.