ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

UI audit: Detect obsolete features
The lifecycle of some projects span several years......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
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"...
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
The "Code hashtags" pane
App shortcuts
App shortcuts are an Android feature that allows users to quickly perform specific actions in an application without having to open the full application......
Comparison operators
The comparison operators can be divided into several categories......
Operator on Address
The & operator returns the address of a variable as an integer
Multiline strings
To type character strings over several lines in the code editor...
Binary values management functions
List of functions for managing binary values...
Telephony constants
List of constants used by telephony functions...
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
Functions specific to iOS - Apple Watch communication
The WLanguage functions specific to the communication between the iOS applications and the associated Apple Watch applications are as follows:...
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
3. WINDEV Mobile: Android, iOS, UWP...
WINDEV Mobile applications can run on the following platforms...
Constants for managing Big Data Redis databases
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
Overview
Overview of the different operators...
Database of the Control Centers
The database of Control Centers groups various information shared by the different modules found in WINDEV, WEBDEV and WINDEV Mobile......
Passing parameters
The parameters can be passed to a procedure......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......