ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Choose the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages...
SaaSAdminModifyClientConnection (Function)
Modifies the connection to the client database for a SaaS site.
<Array>.DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from the advanced array property (array of gglCalendar events, ...). from a WLanguage queue. from a WLanguage stack. 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....
<Variable Drive>CopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
SaaSAdminListPricing (Function)
Lists the pricing of a SaaS site.
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
hbRead (Function)
Reads cells (values of items) of a row (record) in an HBase table.
<hdfsConnection variable>.CreateDirectory (Function)
Creates a directory on a Hadoop server.
<hdfsConnection variable>.List (Function)
Lists the content of a directory found on a Hadoop server.
<mongoDatabase variable>.CreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
<mongoDatabase variable>.Info (Function)
Returns information about a MongoDB database.
GglDriveConnect( Function)
Creates a connection to an Drive Google Drive.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
Movable (Property)
The Movable property is used to define if an element can be moved.
Multiline (Property)
The Multiline property determines if an element supports multiline text.