ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<mongoDatabase variable>.Info (Function)
Returns information about a MongoDB database.
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
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......
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
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.
<mongoDatabase variable>.CreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
List of reserved words
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
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.
Managing parallel tasks
The computers are becoming more and more powerful......
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).
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....
Managing contacts (mobile devices)
In your mobile applications, you have the ability to directly manage the contacts of your mobile device (Android, iPhone, iPad, Universal Windows)....
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).
EmailLoadAttachment (Function)
Adds an attached file to an email.