ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
InLinuxMode (Function)
Indicates whether the code is run in Linux mode or not.
Properties associated with formatted display controls
The formatted display control includes some properties that can be used......
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.
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
Applet control properties
List of properties associated with the Applet control...
SCM: Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
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 ......
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
7. Source Code Manager (SCM)
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)......
Code Editor control properties
You can manipulate Code Editor controls in a window using the following WLanguage properties......
Drag and Drop management functions
The following functions are used to manage Drag and Drop:...
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
InWidgetMode (Function)
Indicates whether the code is run in Android widget mode.
1
4
5
6
7
8
614
>