ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Help editor options
The options of the help editor ("Display......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
Reloading a document
To reload a document, ......
AAF: Context menu of Image controls
A context menu is available for Image controls......
ERR_BAD_WEBDEV_CONFIG
ERR_BAD_WEBDEV_CONFIG: Wrong overall WEBDEV configuration....
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
GDPR: Concrete solutions
GDPR: General Data Protection Regulation...
Integrate two-factor authentication into your applications
In version 26, WINDEV, WEBDEV and WINDEV Mobile allow you to set up a login via two-factor authentication......
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
Outstanding progress bars
Simple or symmetric progress bar?...
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
The Carousel control
The Carousel control is used to display an animated menu made of images......
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......