ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
RedisSubscribe (Function)
Subscribes to a Redis broadcast channel.
EmailGetIndicator (Function)
Retrieves the indicators defined on an email of IMAP session.
hbRead (Function)
Reads cells (values of items) of a row (record) in an HBase table.
<mongoDatabase variable>.CreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
<mongoDatabase variable>.Info (Function)
Returns information about a MongoDB database.
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. into the list of contacts on the device (Android, iPhone or iPad, Universal Windows)....
xlsSave (Function)
Saves an XLS document.
ModbusReadRegister (Function)
Reads one or more registers from a Modbus slave, starting at a specific address.
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
EmailLoadAttachment (Function)
Adds an attached file to an email.
NotifModify (Function)
Modifies a notification currently displayed in the system bar of the device.
NotifDelete (Function)
Deletes a notification displayed in the system bar of the device.
OCR constants
Adds a language to the native OCR system....
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
<pdfPage variable>.AddImage (Function)
Adds an image to a page in an existing PDF file.
<emailNotesSession variable>.CloseSession (Function)
Closes a Notes session.
<emailOutlookSession variable>.CloseSession (Function)
Closes an Outlook session.
ThreadExecute (Function)
Starts the execution of a secondary thread.
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
MongoModifyOne (Function)
Modifies a document in a collection of MongoDB database.
ModbusWriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
<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.
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....