ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTTPConfigure (Function)
Configures the functions that use the HTTP protocol.
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
Creating an application or website using RAD (Rapid Application Development)
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications via the telemetry......
Sub-modeling
In a flexible modeling, the "Application", "Process" and "Choice" elements can be used to enter in a "sub-modeling"......
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
Properties associated with .NET field 3.0, 4.0, ... (WPF)
List Box control properties associated with .NET 3.0, 4.0, ... (WPF)...
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
Creating and handling an item
The main operations that can be performed on an item are as follows......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....
DocToText (Function)
Creates a character string from the data: found in a Word Processing control or in a Word Processing document. found in a paragraph of a Word Processing control....
MongoGridFSSendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
<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....
<Array>.AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
<Array>.AddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
<emailIMAPSession variable>.AddFolder (Function)
Adds a folder into the messaging software using IMAP (Internet Message Access Protocol), ...
<AutomaticEvent variable>.Wait (Function)
Locks the current thread while waiting for the specified event to be opened.
<ManualEvent variable>.Close (Function)
Closes a synchronization event between several threads.