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...
iPrintImage (Example)
Usage example of the iPrintImage function
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
iParameterPDF (Example)
Usage example of the iParameterPDF function
Page (Property)
The Page property is used to handle a page.
Array management functions
List of functions for managing arrays...
Max (Function)
Returns the greatest value passed as parameter.
HAlias (Example)
Usage example of the HAlias function
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
Caption (Property)
The Caption property is used to get and change the text of an element.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
HManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
7. Multilingual sites in practice
Value (Property)
The Value property is used to get and change the value of an element.
EXE constants
List of constants used by the functions for managing executables....
Associative array (Type of variable)
An associative array is an "advanced" type of array...
iPrintingNation (Function)
Modifies the current language for the next print (programmed print or report print).
BurnerVolumeName (Function)
Allows you to find out or modify the name of the CD or DVD to burn.
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
Border (Type of variable)
The Border type is used to handle a border through programming...
fWrite (Example)
Usage example of the fWrite function