ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
The different types of integers
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
Seek (Function)
Searches for the index of an element in a WLanguage array.
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
Advanced types
The advanced types of WLanguage are as follows...
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Preset page templates
The preset page templates provide some structures of pages corresponding to a wide range of sites and they also improve the re-usability and the graphic harmony between the projects......
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
<Array>.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....
7. HFSQL: files physically created
WLanguage procedure called by HTrack
WLanguage procedure called by HTrack
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
<Array>.Shuffle (Function)
Shuffles the elements of a WLanguage array.
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
<Array>.Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
Reduce (Function)
Applies a computation to each element of a WLanguage array.
Apply (Function)
Executes a procedure for each element of a WLanguage array.
<Array>.Apply (Function)
Executes a procedure for each element of a WLanguage array.
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......