ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
Binding a Slider control to an item
A Slider control can be bound to an item in a data file, query, etc....
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 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......
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......
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
Python: Native calls
WLanguage allows for native Python calls......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
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......
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.
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.
<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.
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....