ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MongoDeleteCollection (Function)
Deletes a collection from a MongoDB database.
MongoInfo (Function)
Returns information about a MongoDB database.
ToastDisplay (Function)
Displays a "Toast" message.
iPrintBlock (Function)
Forces a report block to print.
MongoGridFSGetFileInfo (Function)
Allows you to get information about a MongoDB file (gridFS).
MongoDeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
xlsVersion (Function)
Returns the Excel version that was used to save the file.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
SFForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
Vocabulary linked to replication
Before implementing the replication, you must be familiar with the vocabulary specific to the replication.
Keyword (Property)
The Keyword property is used to get and change a keyword.
httpRequest
The HTTPRequest keyword can correspond to...
SpeechRecognitionDeleteCommand (Function)
Deletes a voice command previously added with SpeechRecognitionAddCommand.
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.
SOAPError (Function)
Returns the error of the last SOAP procedure that failed.
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
FontCreate (Function)
Creates a font definition.
fMakeDir (Example)
Usage example of the fMakeDir function
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function