ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Array>.AllFalse (Function)
Returns True if all the elements of an array are False.
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
CheckAllFalse (Function)
Returns True if all the elements of an array are False.
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
WINDEV Mobile 2024
WINDEV Mobile 28 is available!...
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......
Python: Native calls
WLanguage allows for native Python calls......
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......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
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.
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.
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
<Table>.FixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
<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.
Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
mongoOperationUpdateOne (Type of variable)
The mongoOperationUpdateOne type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. The first document that matches the selection filter will be updated.
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....