ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode...
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.
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...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
.NET application
To create a.NET application from a project...
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
SysNotificationRemoveID (Function)
Removes all previously sent interactive notifications that match the specified identifier (ID).
SNMPStringToOID (Function)
Converts an OID from its text representation to its numeric representation.
gpwForgottenPassword (Function)
Runs an action to retrieve or change the password of a user.
Organization chart linked to a data file
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
CriticalSection (Function)
Enables a name or on-variable critical section in the statement USING ... IN.
fTrackFile (Function)
Triggers the tracking of a file.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
PVTFilter (Function)
Enables or disables a filter on a Pivot Table control.
Renaming a project
Renaming a project is used ton modify the name of the project. All the elements linked to the project before it is renamed are kept.
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
Table,Display (External language)
Refreshes the Table control.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
UMCActive (Function)
Used to find out and modify the activation of UMC management (User Macro-Code).
grBarColor (Function)
Initializes the color of a specific bar in a Column or Stacked Column chart.
Handling the report blocks through programming
Each report block is associated with different events......
Sequence of selection conditions for a query
When at least two selection conditions are found in a query, the sequence of selection conditions must be specified by the conditional operators AND and OR......
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
WDStatistics: Importing log files
To view the statistics about the site traffic with WDStatistics, the log files must be imported onto the current computer......