ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
Types of recognized PCL printers
WINDEV and WEBDEV allow you to automatically print for a number of specific PCL printers......
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
Private Store for mobile applications
There are two methods two deploy your applications......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Error 1004: To explicitly access an element of the base class '%1', use the syntax
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Error 1005: To explicitly access a global element of '%1' class, use the syntax
WEBDEV license agreement
WEBDEV license agreement...
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors....
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
Configuration of Apache 2.4 server
WEBDEV Development: Configuration of the Apache 2.4.x server for the CGI protocol and for WEBDEV sites....
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
HDescribeConnection (Function)
Describes a new connection to an external database.
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
Multilingual project
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....