ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
<emailPOP3Session variable>.StartSession (Function)
Starts a POP3 session.
<fbSession variable>.Status (Function)
Checks the status of a Facebook session.
<emailPOP3Session variable>.CloseSession (Function)
Closes a POP3 session.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Custom tooltips
Tooltips are very useful for application users......
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
FBStopSession (Function)
Stops the Facebook session that was started by FBStartSession.
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......
LDAPMode (Function)
Modifies the operating mode of an LDAP session.
Generating an application for Universal Windows 10 App
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
SysDetectLockedSession (Function)
Detects the change of lock for the Windows session.
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism......
<Source>.ExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.