ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
DotNetDelegate (Function)
Initializes a.NET delegate.
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Programming custom calculations in Table controls
<Array>.Sum (Function)
Calculates the sum of the array elements.
<Array>.Mean (Function)
Calculates the mean of the values within an array.
Creating a Java archive
When your Java application is developed, you can......
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
gglContact (Type of variable)
The gglContact type is used to describe and modify a contact used by the Google Contacts service...
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server data files, the wizard allows you to......
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
HFSQL Client/Server: Configuring the data files on the server
Keyboard shortcut and hotkey
A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc....
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Constants for managing the windows
List of constants used by the functions for managing the windows...
iSequencingAddPDF (Function)
Adds a print of PDF document into a sequence of report prints.
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...