ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming the looper attributes
All the looper attributes can be handled by programming......
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
HFSQL: Change of name
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.
HTMLEditorExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
<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.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
Multilingual messages: Convert to new format (version 27 and later)
WINDEV, WEBDEV and WINDEV Mobile have included multilingual project support in many previous versions......
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
12. Pages in practice
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....