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...
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
WordToArray (Function)
Fills an array with the words from a string.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
Transparency of windows
WINDEV allows you to apply a transparency coefficient to the windows......
HDeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
mongoDatabaseInfo (Type of variable)
The mongoDatabaseInfo type is used to define the advanced characteristics of information about a MongoDB database.
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
MaxWidth (Property)
The MaxWidth property gets and sets the maximum width of a control or window.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......