ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Query technical documentation
The query editor automatically creates a technical documentation for each query......
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
15. Repeating a group of controls: loopers
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
Rights on the virtual directory
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application......
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.