ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
xlsMergeCell (Function)
Merges the specified cells in an Excel document.
xlsUnmergeCell (Function)
Unmerges a range of cells.
ArrayCopy (Function)
Copies the content of an array to another array.
WebSocketSend (Function)
Sends a message from the WebSocket server to the client.
XML: Handling multi-gigabyte files
Starting with version 23, an XML parser is available to handle XML files that are multiple GB in size......
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
WebSocketDisconnect (Function)
Disconnects a client from a WebSocket server.
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....
dPolyline (Function)
Draws a line composed of multiple segments.
MapAddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
<Map>.AddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
RESTSend (Function)
Sends a REST request and waits for the server response.
<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....
<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....