ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
Extracting the text of the project
The following text can be extracted......
Check: Test of a WLanguage code
The monitoring robot is used to compile and run the WLanguage code entered......
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol....
Handling the checks
The monitor of the monitoring robot allows you to access the different checks started by the monitoring robot......
How to use an array of structures?
An array of structures is an Array variable......
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
The Upload control
The Upload control is used to upload files on the Web server......
Z-index of a control
All the controls in a window or report have a different z-index......
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
WINDEV concepts
Skin elements
The skin elements are used to quickly change the visual aspect of a project without having to retouch every page and every page template......
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
Miscellaneous Windows functions
List of miscellaneous Windows functions...
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Error 705: The property does not exist on this type
WINDEV and OPC
OPC stands for "OLE for Process Control"......
Validity period of site pages
When creating a page, a validity period can be defined for this page......
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....