ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
Handling a dynamic programmatically
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Sort (Function)
Sorts a WLanguage array.
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Events associated with TreeView controls
List of events associated with TreeView controls...
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
JSON
JSON (JavaScript Object Notation - Object Notation from JavaScript) is a lightweight data exchange format......
HErrorModification (Function)
Allows you to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
Reduce (Function)
Applies a computation to each element of a WLanguage array.
List of reserved words
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....