ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MongoModifyOne (Function)
Modifies a document in a collection of MongoDB database.
MongoDeleteCollection (Function)
Deletes a collection from a MongoDB database.
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
SchedulerDeleteTrigger (Function)
Deletes a trigger from a scheduled task.
PageParameter (Function)
Returns the value of a parameter passed to the current page.
MongoModifyAll (Function)
Modifies documents in a collection of a MongoDB database.
MongoInfo (Function)
Returns information about a MongoDB database.
MongoDeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows Phone 10 and Windows 10 phones (Universal Windows 10 App applications)......
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...
grHMColor (Function)
Specifies the colors of different values in a Heatmap chart.
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
HTTPRequest (Example)
Usage example of the HTTPRequest function
MongoGridFSGetFileInfo (Function)
Allows you to get information about a MongoDB file (gridFS).
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
ChangeCharset (Example)
Usage example of the ChangeCharset function
RESTSend (Function)
Sends a REST request and waits for the server response.
Organizer control functions
The following functions are used to manage the Organizer control:...
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
MongoGridFSSendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
MongoDeleteAll (Function)
Deletes all the documents (corresponding to the specified filter) from a collection of a MongoDB database.
mlEnd (Function)
Ends a MATLAB session. This session was initialized by mlInitialize.