ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV website, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site.
Site testing: the different types of tests available
WEBDEV includes multiple methods for testing your sites...
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV website from a static page or from a dynamic WEBDEV page.
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ...
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site...
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run ...
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
Setup of the WEBDEV Application Server for Linux
4. WINDEV and telephony
WINDEV allows you to easily manage incoming and outgoing phone calls via the WLanguage phone functions....
Keep-alive on connection
11. Window templates
WINDEV Mobile allows you to create window templates....
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
Types of recognized PCL printers
WINDEV and WEBDEV allow you to automatically print for a number of specific PCL printers......
Scanning a document (via a WIA driver)
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows applications to scan documents using a scanner......
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
Access rights to a class property
A property is a code element that includes two processes......
The "Images" pane
The "Images" pane allows you to view and list all the images in the project directory and subdirectories......
4. HFSQL Classic
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
Sub-query
A sub-query is a query whose result is used by another query......
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
WDSQL, SQL querier: Overview
WDSQL is used to......
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ......