ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
Project Management Hub: Managing contributors
Contributors are the people who take part in one or more projects......
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.
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.
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
dPoint (Function)
Draws a point: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
grPointColor (Function)
Initializes the color of a specific point in one of the following chart types: Line, Scatter, Bubble chart....
ERR_NO_PAGE
grPointType (Function)
Modifies the shape of point for a specific category or value found in a Line, Area, Scatter and Radar chart.
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Windows: What must be taken into account if the users are working with Vista (and later)
Windows Vista (and later) proposes several improvements......
<Chart>.PointColor (Function)
Initializes the color of a specific point in one of the following chart types: Line, Scatter, Bubble chart....
<Chart>.PointType (Function)
Modifies the shape of point for a specific category or value found in a Line, Area, Scatter and Radar chart.
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
Information 37: Optimize your FOR loop
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......
WINDEV and the SOAP protocol
WDBal messaging: Overview
WDBal is a secure messaging, included in WINDEV, WEBDEV and WINDEV Mobile......
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
SOAP functions
List of SOAP functions...
SOAP functions (prefix syntax)
List of SOAP functions...
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.