ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDescribeConnection (Function)
Describes a new connection to an external database.
3. Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
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.
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
8. "Mobile friendly" site: Dynamic serving
Report based on a query
Queries are used to easily select records in one or more data files......
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Multi-product external components
Components are a remarkably useful tool for development teams......
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
Managing main window menus
A main menu is necessarily associated with a window......
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).
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, 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).
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
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
<emailOutlookSession variable>.SendMessage (Function)
Sends an email using the Outlook protocol.