ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
6. Editing a page: zoning mode
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
EmailStartNotesSession (Function)
Allows you to access the data handled by the Lotus Notes messaging (emails, contacts, groups of contacts, tasks, appointments).
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
<emailSMTPSession variable>.SendMessage (Function)
Sends an email using SMTP
Date (Type of variable)
The Date type enables you to easily handle the dates...
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
HTransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
<emailOutlookSession variable>.SendMessage (Function)
Sends an email using the Outlook protocol.
<emailIMAPSession variable>.StartSession (Function)
Starts an IMAP session.
Installing the robot controller
The monitoring robot includes three executables......
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
<Connection variable>.TransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
grAddTimeData (Function)
Adds data at a precise moment in a time chart.
<Chart>.AddTimeData (Function)
Adds data at a precise moment in a time chart.
<emailNotesSession variable>.SendMessage (Function)
Sends an email using the Lotus Notes protocol.
Share your projects via Git
Git is a source code manager......
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......