ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Looper control linked to a data file
A Looper control can be used to display the content of a data file or query...
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query...
Analysis links
The links are used to link the files found in an analysis between themselves......
CheckAllFalse (Function)
Returns True if all the elements of an array are False.
<Array>.AllFalse (Function)
Returns True if all the elements of an array are False.
Entity of a CDM
To group information according the MERISE method, entities must be created......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
Windows
The windows represent the main interface of a WINDEV application......
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
5. The following files are automatically created
Python: Native calls
WLanguage allows for native Python calls......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
Structure of data files of user groupware
mongoOperationDeleteAll (Type of variable)
The mongoOperationDeleteAll type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. All the documents that match the selection filter will be deleted.
mongoOperationUpdateAll (Type of variable)
The mongoOperationUpdateAll type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. All the documents that match the selection filter will be updated.
mongoOperationReplaceOne (Type of variable)
The mongoOperationReplaceOne type is used to define all the advanced characteristics of a document replace operation that will be added to a bulk operations list. The first document that matches the filter will be replaced.
mongoOperationDeleteOne (Type of variable)
The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. The first document that matches the filter will be deleted.
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
<Table>.FixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
<Array>.AnyFalse (Function)
Returns True if at least one element of an array is False.
TableFixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....