ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
<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.
Functions for handling directories and external files (prefix syntax)
External file functions (prefix syntax)...
<mongoDatabase variable>.Info (Function)
Returns information about a MongoDB database.
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
<hdfsConnection variable>.CreateDirectory (Function)
Creates a directory on a Hadoop server.
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....
<emailPOP3Session variable>.NbMessage (Function)
Returns the number of incoming messages on the email server (POP3 protocol only).
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
OCR constants
Adds a language to the native OCR system....
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....
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
<htmlNode variable>.ModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
<emailOutlookSession variable>.SendMessage (Function)
Sends an email using the Outlook protocol.
<emailNotesSession variable>.CloseSession (Function)
Closes a Notes session.
<emailOutlookSession variable>.CloseSession (Function)
Closes an Outlook session.
<Array>.Insert (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....
<Array>.Reverse (Function)
Reverses the content of a one-dimensional array.
EmailSeekFirst (Function)
Finds one or more emails according to the criteria specified in the messaging software (Outlook, messaging software using the IMAP protocol, ...).
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
Seek (Function)
Searches for the index of an element in a WLanguage array.
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.