ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDINT license agreement
WDINT license agreement...
zipOpen (Function)
Opens an existing archive.
HSL (Function)
Creates a color from its hue, saturation and lightness.
The Carousel control
The Carousel control is used to display an animated menu made of images......
List of reserved words
Installing a SOAP server with Apache
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Installing a SOAP server with IIS
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
DDESend (Function)
Sends a data to the program connected via DDE.
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
HOpenConnection (Function)
Opens a connection to a specific database.
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
HIndex (Function)
Rebuilds the file index (".NDX" file).
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Native MySQL Connector - License Agreement
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
The Calculated control
The "Calculated" control is used to perform calculations in a report......