ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
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......
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......
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
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....
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
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......
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
System constants
List of constants used by the system functions....
Set of procedures
The global procedures are grouped in set of procedures......
How to loop through a file using filters?
Handling menu options programmatically
The menu options can be handled......
LooperAdd (Function)
Adds a row at the end of a Looper control.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
Emulating constants
List of constants used by the functions for emulating automated tests....
2. Projects in practice
2. Projects in practice
Discover the main operations that can be performed on a project....
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
3. Deploying a WINDEV application