ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
Java functions
List of Java functions...
Charact (Function)
Returns the character corresponding to the specified ASCII code.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
<Code Editor>.Save (Function)
Saves the contents of a Code Editor control to a file.
<Code Editor>.Replace (Function)
Finds and replaces a string in the Code Editor control.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
<HTML editor>.ExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
CodeEditorReplace (Function)
Finds and replaces a string in the Code Editor control.
CodeEditorDuplicateLine (Function)
Duplicates the current line in the Code Editor control.
HTMLEditorExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
CodeEditorSave (Function)
Saves the contents of a Code Editor control to a file.
<Code Editor>.DuplicateLine (Function)
Duplicates the current line in the Code Editor control.
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
<Camera>.StopDecoding (Function)
Stops decoding a bar code in a Camera control.
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
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....