ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using an external component in an application
A component can be reused at any time in any application......
SystemIntegerToInteger (Function)
Converts a system integer to a 4-byte integer.
Environment of the window editor
The main elements of window editor are as follows:
Environment of the report editor
Environment of the report editor...
Multiline strings
To type character strings over several lines in the code editor...
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
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.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
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
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
Ad Hoc deployment
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Assignment operators
Three assignment operators are available......
GOTO statement
The GOTO statement is used to run a code identified by a given label...
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
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.
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
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.
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Declaring and using a variable
A variable is defined by name and type......