ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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)......
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
<EmailIMAPSession>.GetAll (Function)
Retrieves all the emails found on an IMAP server.
<emailSMTPSession variable>.CloseSession (Function)
Closes an SMTP session.
<emailNotesSession variable>.SendMessage (Function)
Sends an email using the Lotus Notes protocol.
Native Access to SAP
SAP is a widely used ERP......
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
License agreement - HFSQL Client/Server
<emailIMAPSession variable>.AddFolder (Function)
Adds a folder into the messaging software using IMAP (Internet Message Access Protocol), ...
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
ExeGetPID (Function)
Returns information about the current process.
EXE constants
List of constants used by the functions for managing executables....
Calling a procedure/a function
Syntax for calling a local or global procedure.
Compressing frames (DSL, 3G, Edge, VPN, ...)
A frame is a packet ot data that flows through the network......
Keep-alive on connection
WDOptimizer: Editing and modifying a ".REP" file
Universal replication
The purpose of universal replication is to keep several databases synchronized......
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
<emailNotesSession variable>.NbMessage (Function)
Returns the number of incoming messages in Notes.
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......