ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailGetIndicator (Function)
Retrieves the indicators defined on an email of IMAP session.
<Variable Drive>CopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
NFCWriteTag (Function)
Starts writing data to an NFC tag.
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Principle of remote check
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
Project Management Hub: Managing contributors
Contributors are the people who take part in one or more projects......
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
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.
<mongoDatabase variable>.CreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
<mongoDatabase variable>.Info (Function)
Returns information about a MongoDB database.
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Remark: This selection is in the section being edited in the control (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
<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.
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
Functions for managing objects (External language)