ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sharing internal components (via SCM)
An internal component is a set of elements from a project......
zipDeleteAll (Function)
Deletes all files from an archive.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
Discovering AAFs (Automatic Application Features)
Applications created with WINDEV offer users many automatic features on the different windows or controls in the application......
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
Multilingual messages: Convert to new format (version 27 and later)
WINDEV, WEBDEV and WINDEV Mobile have included multilingual project support in many previous versions......
29. SEO in practice
Configuring the IIS 7/7.5 server
BackgroundImageState (Property)
The BackgroundImageState property allows you to get and change the number of drawings in the image associated with the background of a button.
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
zipMsgError (Function)
Returns the message associated with an error code on an archive.
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
NET constants
List of constants used by the DotNet functions....
Comparing the project messages
The comparison between source and target text helps you find translation errors......
Emulating constants
List of constants used by the functions for emulating automated tests....
How to loop through a file using filters?
Handling menu options programmatically
The menu options can be handled......
5. User Groupware in practice