ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Extracting the text of the project
The following text can be extracted......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Using WDDIXIO
To translate the text used in your project:...
Internal component description
The description of an internal component can opened at any time......
Combination (Type of variable)
A combination is a set of options.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
Warning (Function)
Displays a custom message in a system warning window.
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
10. Embedded queries
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism......
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
fCompress (Function)
Compresses a file.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
PDF file management functions
...PDF file functions...
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......