ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MongoDeleteCollection (Function)
Deletes a collection from a MongoDB database.
MongoModifyAll (Function)
Modifies documents in a collection of a MongoDB database.
MongoModifyOne (Function)
Modifies a document in a collection of MongoDB database.
MongoDeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
MongoInfo (Function)
Returns information about a MongoDB database.
MongoGridFSGetFileInfo (Function)
Allows you to get information about a MongoDB file (gridFS).
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.
MongoGridFSListFile (Function)
Retrieves the list of MongoDB files found in the MongoDB file system (gridFS).
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.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: get the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file. specify the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file....
HDeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
Differences and specific features of an HFSQL Client/Server application
The management mode of data files may have to be adapted when using an HFSQL Client/Server application......
Google Maps management functions
List of functions for managing Google maps...
Google document management functions
List of functions for managing Google documents...
Salesforce functions
List of Salesforce functions...
Null (keyword)
The "Null" keyword can correspond to:
sInEntryQueue (Function)
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port.
SQLFirst (Function)
Positions on the first row of the query result.
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.