ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<emailOutlookSession variable>.SendMessage (Function)
Sends an email using the Outlook protocol.
hbWrite (Function)
Writes cells (values of items) to one or more rows (records) in an HBase table.
<mongoDatabase variable>.ExecuteCommand (Function)
Runs a generic command on a MongoDB database.
ToolTipColor (Function)
Modifies the colors used for displaying the tooltips.
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
<Document variable>.Insert (Function)
Inserts an object in a Document variable. The objects that can be used are: an element, a document, a paragraph, a text, an image, a fragment....
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
MongoInfo (Function)
Returns information about a MongoDB database.
InitialValue (Property)
The InitialValue property is used to get and/or change an initial value....
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
dpDriveConnect( Function)
Create a connection to an Drive Dropbox.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
<emailSessionIMAP variable>.ChangeStatus (Function)
Changes the status of an email on a messaging server.
ToolTipDelay (Function)
Used to modify: the timeout before displaying the tooltips. the display duration of the tooltips....
EmailSeekFirst (Function)
Finds one or more emails according to the criteria specified in the messaging software (Outlook, messaging software using the IMAP protocol, ...).
SCM administrator: Managing branches
The SCM (Source Code Manager) administrator allows to you manage the branches of the different projects found in SCM......
Drive management functions: OneDrive, Google Drive, Dropbox (prefixed syntax)
Drive management functions include ......
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
gpwInLDAPMode (Function)
Allows you to find out whether identification of users in the user groupware will be done via a LDAP directory.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....