ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
RestartProgram (Function)
Ends the application and restarts it.
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites...
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)...
"?" menu
WINDEV proposes a help menu adapted to your applications...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
History of versions
The history of setup versions is an advanced feature of the network setup...
"About" window
The "About" window is used to display and access various information about the current application ...
AI Chat control
With the AI Chat control, your WINDEV applications can easily interface with the AI model of your choice...
FAA: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications...
.NET application
To create a.NET application from a project...
Steps to develop an application
This diagram presents the different steps for developing an application with WINDEV...
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts...
Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode...
WDInst: set the directory for tables and User Groupware files
The setup editor WDInst ("Tools...
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version...
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
ERR_NO_DLLEXE
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV site......
Error 102: The constants can be defined in the initialization code of project, ...
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Constants for managing emails
List of constants used by the functions for managing emails....
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
Configuring the browser "Back" button
The "Back" button allows users to see the history of pages they previously visited......
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
Socket constants
List of constants used by the functions for socket management....
Time and date management properties
List of properties for managing dates and times...
SysColor (Function)
Identifies or modifies the color of a Windows element.
Matrix management functions
List of functions for managing matrices...
DeleteShortcut (Function)
Deletes a shortcut previously created by CreateShortcut from the Windows desktop, from the "Start" menu of Windows or from a specific directory.
Functions for managing contacts (Lotus Notes, Outlook and mobile device)
List of functions for managing contacts: Lotus Notes, Outlook, mobile devices (Android, iPhone, iPad, Universal Windows)...
Properties associated with the chart series
List of properties associated with the chart series...
ActivePlane (Property)
The ActivePlane property gets and sets the number of the active plane in a window, internal window or Cell control.
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....