ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<htmlDocument variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document.
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
NFCWriteTag (Function)
Starts writing data to an NFC tag.
NFC functions
Functions used to manage the NFC standard...
NFCSendTag (Function)
Sends a NFC tag to another device.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
How to read emails via the IMAP protocol?
This help page explains how to read emails via the IMAP protocol....
<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
WEBDEV scheduled task management functions
The following functions are used to manage scheduled WEBDEV tasks:
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
ControlToSource (Function)
Assigns the control value to the source of a control link.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
<Array>.MoveLine (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....
<Array>.InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
<htmlDocument variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document.
Constants used by the functions for managing countries and continents
<htmlNode variable>.RemoveAttribute (Function)
Removes a given attribute
FOR EACH/FOR ALL statement (browse of combinations)
The FOR EACH statement is used to browse the available values in the combinations.
FOR EACH/FOR ALL statement (browse of enumerations)
The FOR EACH statement is used to browse the available values in the enumerations.