ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPProxy (Function)
Specifies whether the communication functions that use the FTP protocol must go through a proxy to run their requests.
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.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
PDFToText (Function)
Extract the text contained in an Document PDF.
SecondaryAxis (Property)
The SecondaryAxis property is used to: determine whether a chart series is on the secondary axis. set the position of a chart series on the secondary axis....
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
MongoGridFSListFile (Function)
Retrieves the list of MongoDB files found in the MongoDB file system (gridFS).
PDFNumberOfPages (Function)
Returns the total number of pages in a PDF file.
SOAPError (Function)
Returns the error of the last SOAP procedure that failed.
grOverlayChart (Function)
Used to display two different types of charts in the same chart.
grDonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
TelemetryEnable (Function)
Enables the telemetry manually.
apExecute (Function)
Runs an action plan.
KeyGetIdentifier (Function)
Retrieves the identifier that was used to generate an initial key.
MongoGridFSDeleteFileByID (Function)
Deletes a file identified by its identifier from a MongoDB file system.
xlsClose (Function)
Closes an XLS file.
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
fTime (Example)
Usage example of the fTime function