ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
Sitemap file for Google
To better analyze the content of the sites, the search engine of Google is using an XML file named "Sitemap" (if it is available)......
12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
Common project
Projects are often cross-platform......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
Native Access to SAP
SAP is a widely used ERP......
Do not show a message again
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows......
Managing main window menus
A main menu is necessarily associated with a window......
Data persistence
The data persistence is used to store the value typed by the user......
Page Footer block
The Page footer block is run at the end of each page......
1. WLanguage functions
Most of the WLanguage functions available in WINDEV are also available in WINDEV Mobile....
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
14. PHP generation in practice
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
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.
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.
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.
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.
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.
Multi-product external components
Components are a remarkably useful tool for development teams......
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.