ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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).
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, 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).
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
<emailOutlookSession variable>.SendMessage (Function)
Sends an email using the Outlook protocol.
<emailNotesSession variable>.SendMessage (Function)
Sends an email using the Lotus Notes protocol.
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
WINDEV concepts
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
WEBDEV concepts
fShortName (Example)
Usage example of the fShortName function
fSeek (Example)
Usage example of the fSeek function
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
fDelete (Example)
Usage example of the fDelete function
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
Assignment operators
Three assignment operators are available......
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
HCheckStructure (Function)
Defines the mode for comparing data files.
XMLNext (Function)
Positions on the next element (tag or attribute).
XMLPrevious (Function)
Positions on the previous element (tag or attribute).