ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
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)......
Functions for managing the Combinations and Enumerations
Properties associated with formatted display controls
The formatted display control includes some properties that can be used......
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
InLinuxMode (Function)
Indicates whether the code is run in Linux mode or not.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
Generative AI code generation
WLanguage's AI-powered assistant generates code suggestions as you type......
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.
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 ......
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
Applet control properties
List of properties associated with the Applet control...
Project description: Project tab
The project description window allows you to configure various elements of your project......
Drag and Drop management functions
The following functions are used to manage Drag and Drop:...
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
InWidgetMode (Function)
Indicates whether the code is run in Android Widget mode.
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
InPHPSimulatorMode (Function)
Indicates whether the code is run in PHP simulator mode.
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
10. UMC: User Macro-Code
Error 202: The method already has an access attribute (public, protected or private)
InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.
ERR_NO_END_TAG
The "Context-sensitive code view" pane
The "Context-sensitive code view" pane allows you to view and edit the code of the element (window, page, report, control, etc....
1
2
3
4
5
6
343
>