ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
<emailOutlookSession variable>.CloseSession (Function)
Closes an Outlook session.
NFCWriteTag (Function)
Starts writing data to an NFC tag.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
SaaSAdminFindPricing(Function)
Finds a SaaS pricing.
MongoGridFSDeleteFileByID (Function)
Deletes a file identified by its identifier from a MongoDB file system.
SaaSAdminAddUser (Function)
Adds a SaaS user.
HAddGroup (Function)
Adds a group of users.
HAddUser (Function)
Adds a user to a database.
<Connection variable>.DeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
<Connection variable>.DeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
<emailNotesSession variable>.CloseSession (Function)
Closes a Notes session.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
hdfsCreateDirectory (Function)
Creates a directory on a Hadoop server.
hdfsList (Function)
Lists the content of a directory found on a Hadoop server.
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
MongoInfo (Function)
Returns information about a MongoDB database.
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
NFCSendTag (Function)
Sends a NFC tag to another device.
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....