ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts...
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...
RestartProgram (Function)
Ends the application and restarts it.
Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)...
WDInst: set directory for data files and User Groupware files
The setup editor WDInst ("Tools...
.NET application
To create a.NET application from a project...
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
WDInst: Configuring the uninstaller
The application uninstaller is the application that allows the end user to uninstall the application....
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
Describing the replicated files (ReplicEdit)
A replication includes one or more data files......
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
AAFConfigure (Function)
Allows you to specify the behavior of some Automatic Application Features (AAF). You can for example configure the option for exporting to Excel used by the automatic menu of tables.
Native PostgreSQL Connector - License Agreement
Native MariaDB Connector - License Agreement
Managing MQTT
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......
1. WINDEV editors
WINDEV editors...
7. Available controls in a window
WINDEV Mobile includes several types of controls...
General environment of WINDEV
Using the task management and the schedule
Time management is extremely important......
8. Traffic statistics of dynamic sites
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......
HClusterStop (Function)
Suspends the execution of an HFSQL cluster. The nodes of the cluster will no longer accept any connection from the client applications.
Warning (Function)
Displays a custom message in a system warning window.
Drop-down button
The drop-down button expands: a context menu. a popup window....
Functions for managing objects (External language)
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
2. Examples and components provided with WEBDEV
Configuring an application with User Groupware
8. Source Code Manager (SCM)
Source Code Manager (SCM)...
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
CriticalSection (Type of variable)
CriticalSection variables are used 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.