ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
GOTO statement
The GOTO statement is used to run a code identified by a label...
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
14. PHP generation in practice
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
YAML (Variable type)
The YAML type simplifies the handling of data in YAML format.
Ad Hoc deployment
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
Calling a procedure/a function
Syntax for calling a local or global procedure.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
Renaming a project
Renaming a project is used ton modify the name of the project. All the elements linked to the project before it is renamed are kept.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
Assignment operators
Three assignment operators are available......