ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
HTransactionFree (Function)
Transforms all "in transaction" records into "normal" records if they do not belong to a transaction currently in progress.
Choose the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
HSynchronizeReplica (Function)
Synchronizes master and subscriber replicas: operations performed on one replica are transferred to the other.
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
grScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart.
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of gglCalendar events, ...). of a WLanguage list....
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
zipDeleteAll (Example)
Usage example of the zipDeleteAll function
zipNbPart (Example)
Usage example of the zipNbPart function
StringToJSON (Function)
Converts a JSON string into a JSON variable.
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....