ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
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 ......
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
Project description: SCM tab
The project description window allows you to configure various elements of your project......
Error 11: The label is unknown
Compilation options
The compilation options allow you to define the help system generation settings......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
Error 3: The string has no final "
Setting the initial focus to a control (AAF)
The context menu of Edit controls includes the option "Set initial focus to this control"......
How to include the SESAM VITALE services?
From version 18 of WINDEV, the import of web services includes the necessary tools to allow the consumption of secure web services used to manage the Sesam Vitale cards......
MouseXPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.) returns the horizontal position (X) of the mouse cursor in relation to the field or window in question.
MouseYPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.), returns the vertical position (Y) of the mouse cursor in relation to the field or window in question.
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....
WDInst: Configuring the uninstaller
The application uninstaller is the application that allows the end user to uninstall the application....
11. Controls in practice
Discover the main characteristics of the controls...
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
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)......