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).
EmailReadLastHeader (Function)
Reads the header of last incoming 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).
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
<emailSMTPSession variable>.SendMessage (Function)
Sends an email using SMTP
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.
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
<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).
Installing the robot controller
The monitoring robot includes three executables......
Image control in a page
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
Flexible modeling editor
The flexible modeling editor allows you to easily create a "non-restricting" and "flexible" modeling, entirely included in the environment......
Share your projects via Git
Git is a source code manager......
App Tracking Transparency - Activity tracking
App Tracking Transparency enables users to authorize an iOS app to track their activity on third-party mobile apps and websites for advertising or data sharing purposes......
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
SSLActive (Function)
Used to enable or disable the secure SSL mode.
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
GPSGetPosition (Function)
Retrieves information about the current device position.
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......