ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. WLanguage functions
Most of the WLanguage functions available in WINDEV are also available in WINDEV Mobile....
BackgroundPattern (Property)
The BackgroundPattern property is used to get and change the background pattern of an element.
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......
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.
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.
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.
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
6. Editing a page: zoning mode
Share your projects via Git
Git is a source code manager......
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
WLanguage properties available in PHP
The following properties are available in PHP...
How to populate a TreeView control using a data file?
By default, the TreeView control cannot automatically display the data coming from a data file......
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
1. Project and analysis
Computer renamed or changed
During the development phase, you may have to change the computer used for development (change computer, rename the computer, ......
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....