ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Cross-references in the code editor
The cross-references in the code editor are used to identify......
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
Document (Type of variable)
The Document type is used to handle a "docx" document.
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
Reduce (Function)
Applies a computation to each element of a WLanguage array.
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
Environment of the window editor
The main elements of window editor are as follows:
The guide
The guide is a powerful search engine included in WINDEV, WEBDEV and WINDEV Mobile, allowing you to search for the referenced documents regarding a topic......
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
PageDisplay (Function)
Displays a web page in the user's browser....
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
System constants
List of constants used by the system functions....
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
14. Generation modes
Generation modes...
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
Environment of the query editor
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
7. Multilingual applications in practice
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Specific features of the applications for iPhone/iPad
2. Projects in practice