ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<mongoDatabase variable>.CreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
SaaSAdminAddService (Function)
Adds a SaaS service into the description of a site.
HTTPSendForm (Function)
Sends an HTTP form.
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
13. External component in practice
External component in practice...
12. External component in practice
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
EmailGetIndicator (Function)
Retrieves the indicators defined on an email of IMAP session.
hbRead (Function)
Reads cells (values of items) of a row (record) in an HBase table.
<hdfsConnection variable>.CreateDirectory (Function)
Creates a directory on a Hadoop server.
<hdfsConnection variable>.List (Function)
Lists the content of a directory found on a Hadoop server.
SaaSAdminAddPricing (Function)
Adds a SaaS pricing.
<mongoDatabase variable>.Info (Function)
Returns information about a MongoDB database.
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
Multimedia functions (prefix syntax)
List of Multimedia functions...
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
PermissionRequest (Function)
Prompts the user to grant an application permission.
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
<emailPOP3Session variable>.NbMessage (Function)
Returns the number of incoming messages on the email server (POP3 protocol only).
EmailLoadAttachment (Function)
Adds an attached file to an email.
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
<emailOutlookSession variable>.SendMessage (Function)
Sends an email using the Outlook protocol.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.