ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Diagram variable>.Search (Function)
Searches for shapes containing a specific text in a diagram.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
<zipArchive variable>.Exist (Function)
Determines whether an archive exists.
<ParallelTask variable>.ExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
<zipArchive variable>.FindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
PicRotation (Function)
Rotates a WDPic image.
PicMergeLayer (Function)
Merges the layers of a WDPic image.
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
List of reserved words
<emailPOP3Session variable>.StartSession (Function)
Starts a POP3 session.
<EmailPOP3Session variable>.GetAll (Function)
Retrieves all the emails found on a POP3 server.
<emailPOP3Session variable>.CloseSession (Function)
Closes a POP3 session.
<emailPOP3Session variable>.NbMessage (Function)
Returns the number of incoming messages on the email server (POP3 protocol only).
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
Constants for managing the Image Editor control
xlsSave (Function)
Saves an XLS document.
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
XMLSave (Function)
Saves an XML document in a file.
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
ParallelTaskWait (Function)
Waits for the execution of a parallel task.