ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It allows you to present a large number of logically arranged fields in a small area, so you can make choices....
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
3. Types of dynamic sites
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database....
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
Saving entered data (AAF)
Allows you to find out whether the current language is written from right to left....
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Messaging
A messaging is included in WINDEV, WINDEV Mobile or WEBDEV......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
Voice commands in the environment
The environments of WINDEV, WEBDEV and WINDEV Mobile respond to the voice commands......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Creating anchors
The anchors are used to define specific points in a help page......
Sequence of selection conditions for a query
When at least two selection conditions are found in a query, the sequence of selection conditions must be specified by the conditional operators AND and OR......
First page of the project in session mode
The first page of the project is the first page in Session mode opened in the Web user's browser when a WEBDEV site in session mode starts......
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Designing a supercontrol
A supercontrol is an advanced type of control......
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......