ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
DriveListeDirectory (Function)
Lists the directories of an Drive.
<Variable Drive>SendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
SaaSSendSecurityCode (Function)
Sends the security code to the user so that he can change his password.
SaaSAdminListVisit (Function)
Returns the list of visits to a SaaS site.
MongoGridFSGetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
EmailExpunge (Function)
Destroys all the deleted emails marked as deleted ("Deleted" status) from the current folder of IMAP session.
hdfsDelete (Function)
Deletes a file or directory from a Hadoop server.
hdfsRename (Function)
Renames a file or a directory found on a Hadoop server.
hdfsCopyFrom (Function)
Copies a file found on a Hadoop server to the local computer.
hdfsCopyTo (Function)
Copies a file located on the local machine to a Hadoop server.
hdfsOpenConnection (Function)
Opens a connection to a Hadoop server.
hdfsCloseConnection (Function)
Closes a connection to a Hadoop server.
MongoAdd (Function)
Adds one or more documents into a collection of MongoDB database.
BTLEGetADescriptor (Function)
Retrieves the descriptor of a Bluetooth Low Energy characteristic corresponding to the specified identifier (UUID).
BTLEConnect (Function)
Used to connect to a Bluetooth Low Energy device.
ScanToPDF (Function)
Saves a document from a scanner to a PDF file.
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
URIGetInfo (Function)
Retrieves information of a URI resource.
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......