ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
"About" window
The "About" window is used to display and access various information about the current application...
"?" menu
WINDEV proposes a help menu adapted to your applications...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites...
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...
History of versions
The history of setup versions is an advanced feature of the network setup...
Steps to develop an application
This diagram presents the different steps for developing an application with WINDEV...
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