ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
<Camera>.StopDecoding (Function)
Stops decoding a bar code in a Camera control.
<Code Editor>.Replace (Function)
Finds and replaces a string in the Code Editor control.
".STY" file: "Style sheet" file
A style sheet is a "......
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
21. Reports
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer....
Multi-project search
Performing a search in the current project is a common operation......
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Web Component control events
The following events appear by default in the WEBDEV code editor...
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
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....
6. WEBDEV Account Manager
Web Camera control events
The following events appear by default in the WEBDEV code editor:
Events associated with Java Applet controls
List of events associated with Java Applet controls...
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.