ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. WLanguage functions
Most of the WLanguage functions available in WINDEV are also available in WINDEV Mobile....
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Managing main window menus
A main menu is necessarily associated with a window......
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
8. "Mobile friendly" site: Dynamic serving
Report based on a query
Queries are used to easily select records in one or more data files......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Multi-product external components
Components are a remarkably useful tool for development teams......
4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
6. Editing a page: zoning mode
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
<emailSMTPSession variable>.SendMessage (Function)
Sends an email using SMTP
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
<emailOutlookSession variable>.SendMessage (Function)
Sends an email using the Outlook protocol.