ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<mongoCollection variable>.DeleteAll (Function)
Deletes all the documents (corresponding to the specified filter) from a collection of a MongoDB database.
<Source>.Found (Function)
Checks whether the current record corresponds to the current filter or search.
WLanguage procedure called by KanbanFilter
WLanguage procedure ("callback") called by KanbanFilter to set an advanced filter.
MongoDeleteAll (Function)
Deletes all the documents (corresponding to the specified filter) from a collection of a MongoDB database.
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
The "Code hashtags" pane
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
Android Control Center
Do you know where to find your application log files?...
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
How to manage a combination through programming?
A combination is a type of variabble containing a list of values....
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
Creating a table in a report
Tables can be created in a report......
GglFillCalendarByRequest (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved from a custom request.
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
10. Internal component
Internal component...
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
Managing the executables (WLanguage functions)
WINDEV, WEBDEV and WINDEV Mobile propose different functions for managing executables from a WINDEV application, from a WINDEV Mobile application or from a WEBDEV site......
Handling an internal component
An internal component is a set of elements from a project......
Push notification: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration......