ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CodeEditorReplace (Function)
Finds and replaces a string in the Code Editor control.
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
<Camera>.StopDecoding (Function)
Stops decoding a bar code in a Camera control.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
1. Testing a site: Elements to be tested
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
Programming the looper attributes
All the looper attributes can be handled by programming......
Browser code (WLanguage): Framework 2
Starting with version 22, WEBDEV offers a new WLanguage framework for browser code......
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Commands of the external interface
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
Handling a WinForm .Net control through programming
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....
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......