ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Warning 127: You are using a data source local to the process
Returns the date of the last day of the week corresponding to a given date....
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
The "Code hashtags" pane
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
Serial and parallel port management functions
List of functions for managing serial and parallel ports...
Error 11: The label is unknown
4. Create a page in the editor...
Changes the mode and the method for locking data files....
Error 3: The string has no final "
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
Surround code fragments
You can surround code fragments with a condition, structure, etc....
7. Source Code Manager (SCM)
Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
SCM: Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
8. If you are already familiar with WINDEV
Warning 18: Loop without potential end