ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Other operators
The following are additional operators......
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.
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Configuring an application with User Groupware
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied to a Font variable. Apply strikethrough formatting to a Font variable....
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
diagImage (Type of variable)
The diagImage type is used to define all the advanced characteristics of a diagram shape created from an image.
Constant
The constants are language elements whose value is fixed once and for all...
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.
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
Events associated with pages
List of events associated with pages...
dLine (Example)
Usage example of the dLine function
dPoint (Example)
Usage example of the dPoint function
dArc (Example)
Usage example of the dArc function
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
dRectangle (Example)
Usage example of the dRectangle function
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
Event (Type of variable)
The Event type is used to define all the advanced characteristics of an event: birthday, saint's day, ......
dCircle (Example)
Usage example of the dCircle function
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.