ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Associative array (Variable type)
An associative array is an "advanced" type of array...
Array functions
List of functions for managing arrays
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Functions for managing arrays (prefix syntax)
List of functions for managing arrays
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
Functions for managing queues, stacks and lists (prefix syntax)
List of functions for managing the queues, the stacks and the lists...
Queue, stack and list management functions
List of functions for managing the queues, the stacks and the lists...
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
<List variable>.Info (Function)
Retrieves the characteristics of a WLanguage list: element types and number of elements.
<Queue variable>.Info (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
GDS: Managing branches
The management of branches is used to manage several versions of the same application in parallel......
<Stack variable>.Info (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
ListInfo (Function)
Retrieves the characteristics of a WLanguage list: element types and number of elements.
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
WEBDEV styles
WEBDEV styles are advanced styles......
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.