ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Analysis in practice
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.
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
iCloseReport (Function)
Stops printing the current report immediately.
<Report>.InitSubReport (Function)
Initializes the parameters of a subreport of a composite report.
iInitSubReport (Function)
Initializes the parameters of a subreport of a composite report.
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
2. How to test a site?
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......
Test (External language)
Displays each function call and each status report returned by the function.
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Importance (Property)
The Importance property is used to get and change the importance level of an appointment.
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
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.
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Binding a Combo Box control to an item
iAddBookmark (Function)
Adds a bookmark in the report viewer or when exporting to PDF.