ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AWP without UI
Bootstrap, Angular, React, Vue......
JSONOpenReader (Function)
Creates a reader to read a JSON document without loading it into memory. Attention This function is only available from version 2025 Update 3....
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
Manipulating Organizer controls programmatically
Organizer controls can be manipulated programmatically....
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
Secret string vault
Passwords, private keys and tokens are often used in programming......
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
<htmlDocument variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document.
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
Constant
The constants are language elements whose value is fixed once and for all...
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
NFCSendTag (Function)
Sends a NFC tag to another device.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.