ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ERR_BAD_ACTION
Using an external component in an application
A component can be reused at any time in any application......
WDZip: Creating or modifying an archive
This help page explains how to......
13. Types of standard controls
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
Information 37: Optimize your FOR loop
11. Controls in practice
Discover the main characteristics of the controls...
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.
12. Retrieving data from a site
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
<Connection variable>.AddUser (Function)
Adds a user to a database.
14. Controls in practice
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
Guide organization
Organization of WINDEV Concepts...
WDD55Password (Property)
The WDD55Password property is used to specify the password of the 5.5 analysis that contains a Hyper File 5.5 data file used in an HFSQL Classic analysis.
<Connection variable>.AddGroup (Function)
Adds a group of users.
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.
Creating the Form windows of a WINDEV RAD pattern
Creating the link buttons in the windows of a WINDEV RAD pattern
Creating the Relation windows of a WINDEV RAD pattern
Creating the Table windows of the WINDEV RAD pattern