ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
SOAP functions
List of SOAP functions...
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.
WINDEV and the SOAP protocol
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
HRSExecute (Function)
Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling.
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
<sfConnection variable>.ExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
J2EERunXML (Function)
Runs a procedure on a server of J2EE XML Web services.
<Connection variable>.RSExecute (Function)
Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling.
<Window>.EdDo (Window)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
13. Debugger
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....