ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
SaaSAdminAddUser (Function)
Adds a SaaS user.
<Document variable>.ToImage (Function)
Exports a page contained in a Document variable in image format.
Constant
The constants are language elements whose value is fixed once and for all...
MongoModifyOne (Function)
Modifies a document in a collection of MongoDB database.
HTMLRemoveAttribute (Function)
Removes a given attribute
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
Constants for managing XLS files
List of constants used by the functions for managing XLS files....
Filling a Chart control
The data that will be displayed in the Chart control can come from......
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
OpenSister (Function)
Opens a non-modal sibling window.
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
DocToImage (Function)
Exports a page found in a Word Processing document in image format.
<Document variable>.ToText (Function)
Creates a character string with the data of a Document variable.
<httpRequest variable>.ReplaceCookie (Function)
Replaces all cookies stored by HTTPSend for a domain.
<docFragment variable>.Add (Function)
Adds an element, text or image at the end of a docFragment variable.
<xmlDocument variable>.ExecuteXPath (Function)
Executes an XPATH query in an xmlDocument variable.
<Array>.Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of gglCalendar events, ...). from a WLanguage list....