ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Code snippets
The code editor allows you to enter "Code snippets"......
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server data files, the wizard allows you to......
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Programming custom calculations in Table controls
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
WDZip: Creating or modifying an archive
This help page explains how to......
sInEntryQueue (Function)
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port.
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
WINDEV and the SOAP protocol
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Social network: Available targets
This page presents the different possibilities of Social Network control according to the selected options......
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....