ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file...
Managing main window menus
A main menu is necessarily associated with a window......
Query based on query
Queries can be based on items from another query......
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Handling an internal component
An internal component is a set of elements from a project......
HFSQL Client/Server: Configuring the data files on the server
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Associating documents with the project
To describe a project in detail, you can associate documents with it......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
WDDIXIO overview
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements...
Programming patterns
CAUTION......
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
The guide
The guide is a powerful search engine included in WINDEV, WEBDEV and WINDEV Mobile, allowing...
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called...
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes,...
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can...
Body block
The Body block corresponds to the main block of the report......
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......