ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MongoGridFSDeleteFileByID (Function)
Deletes a file identified by its identifier from a MongoDB file system.
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
DriveListeDirectory (Function)
Lists the directories of an Drive.
<Variable Drive>SendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
HTMLRemoveAttribute (Function)
Removes a given attribute
SaaSAdminAddUser (Function)
Adds a SaaS user.
SaaSAdminSubscriptionListLicense (Function)
Lists SaaS subscription licenses associated with a user. Note: This function is only available from version 2025 Update 1....
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....
SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
MongoGridFSDeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
<Document variable>.ToImage (Function)
Exports a page contained in a Document variable in image format.
List of reserved words
Constant
The constants are language elements whose value is fixed once and for all...
Radial Bar chart
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
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....