ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
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......
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following...
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection...
SCM administrator: Managing repositories
The SCM administrator gives you direct access to the source code of projects included in the Source...
Software factory administrator: Options
Several options can be configured in the Software Factory administrator......
SCM: Managing components
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
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......