ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
What is an application?
An application is a set of objects (windows, controls, ......
<Source>.LogInfo (Function)
Adds comments to the log when saving the operation.
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
8. 10 tips for better interfaces...
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
Customize your charts: type, color, legends, etc.
Page contexts
In a Windows application, the information relative to a window is stored with the window......
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
Installing version 2024
Cherche les éléments d'un noeud HTML correspondant à une balise....
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
Automatic server update
The HFSQL Control Center is used to implement the automatic server update......
ERR_TIMEOUT_REQUEST
The request did not respond within the timeout ( seconds). ERR_TIMEOUT_REQUEST (22)...
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
7. Multilingual applications in practice
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
13. Managing business rules
WINDEV Mobile allows you to manage business rules....
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......