ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
Creating an executable: Manifest management
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)...
Difference of behavior in Windows Vista (and later)
The test of your project was run using one of the Vista/7 test options...
Windows: What to bear in mind if your customers use Vista (and higher)
Windows Vista (and later) proposes several improvements...
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
WINDEV concepts
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
Reports
A report provides a custom view of data......
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
Functions for managing objects (External language)
Managing contacts (mobile devices)
In your mobile applications, you have the ability to directly manage the contacts of your mobile device (Android, iPhone, iPad, Universal Windows)....
Constants for the archiving functions
List of constants used by the archiving functions....
The single-part and multi-part archives
Two types of archives are available......
Constants for managing the modification of windows by the user
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
Properties associated with windows, pages and controls
List of properties associated with windows, pages and controls...
Java application and WINDEV
A Java application is an application entirely compiled in Java......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
2. User-friendly editors in practice
User-friendly editors in practice...
Common project
Projects are often cross-platform......