ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Functions for managing multiple languages
Functions for managing multiple languages...
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
<Array>.Sort (Function)
Sorts a WLanguage array.
Sort (Function)
Sorts a WLanguage array.
ArraySort (Function)
Sorts a WLanguage array.
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
Report blocks
A printed report includes several sections......
<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....
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....
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....
WLanguage procedure called by HTrack
WLanguage procedure called by HTrack
DataType (Function)
Identifying the type of a WLanguage variable.
Advanced types
The advanced types of WLanguage are as follows...
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
<Array>.Shuffle (Function)
Shuffles the elements of a WLanguage array.
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
The different types of integers
Native Access to SAP
SAP is a widely used ERP......
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....
<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....
WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
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....