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.
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
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....
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied to a Font variable. Apply strikethrough formatting to a Font variable....
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......
Project Management Hub: Managing contributors
Contributors are the people who take part in one or more projects......
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
EmailGetIndicator (Function)
Retrieves the indicators defined on an email of IMAP session.
<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.
ArrayDeleteAll (Function)
Deletes all 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....
<mongoDatabase variable>.Info (Function)
Returns information about a MongoDB database.
List of reserved words
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
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....
Constant
The constants are language elements whose value is fixed once and for all...
<emailPOP3Session variable>.NbMessage (Function)
Returns the number of incoming messages on the email server (POP3 protocol only).