ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
Commands of the external interface
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Programming the looper attributes
All the looper attributes can be handled by programming......
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
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.
Charact (Function)
Returns the character corresponding to the specified ASCII code.
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
Project description: Project tab
The project description window allows you to configure various elements of your project......
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
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....
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
Error 4: A space is required after the ':' character