ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RadioButtonCount (Function)
Returns the number of options found in a Radio Button control.
MongoDeleteAll (Function)
Deletes all the documents (corresponding to the specified filter) from a collection of a MongoDB database.
DDEUpdate (Function)
Modifies a linked data.
SOAPError (Function)
Returns the error of the last SOAP procedure that failed.
12. External component in practice
How to choose the data source of a control?
This help page presents the different data sources available for a control....
MongoGridFSListFile (Function)
Retrieves the list of MongoDB files found in the MongoDB file system (gridFS).
AuthRefreshToken (Function)
Refreshes a user's OAuth2 token when it expires....
Mouse management functions
List of functions for mouse management...
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
grSurfaceMesh (Function)
Enables or disables the mesh on a Surface chart.
MongoGridFSDeleteFileByID (Function)
Deletes a file identified by its identifier from a MongoDB file system.
MongoGridFSSendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
xlsClose (Function)
Closes an XLS file.
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window by the following WLanguage properties.
SaaSIsConnected (Function)
Defines whether the connection to the SaaS web service is still established.
Radio Button control functions
The following functions are used to manage the Radio Button controls......
MongoGridFSGetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
MongoCreate (Function)
Creates a connection to a MongoDB server or cluster.
MongoAdd (Function)
Adds one or more documents into a collection of MongoDB database.
MongoGridFSDeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
fCreate (Example)
Usage example of the fCreate function