ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
mongoDatabase (Type of variable)
The mongoDatabase type is used to define the characteristics of a database for a MongoDB server.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
fOpen (Example)
Usage example of the fOpen function
pdfBookmark (Type of variable)
The pdfBookmark type is used to define all the advanced characteristics of a bookmark in a PDF document.
MatReadColumn (Example)
Usage example of the MatReadColumn function
MatReadLine (Example)
Usage example of the MatReadLine function
XML: Using files exceeding several gigabytes
Starting with version 23, an XML parser is available to handle XML files that are multiple GB in size......
EmailReadNext (Example)
Usage example of the EmailReadNext function
MatRead (Example)
Usage example of the MatRead function
grCreateFont (Function)
grCreateFont is kept for backward compatibility.
xpathResult (Type of variable)
The xpathResult type is used it find out the result of the execution of an XPATH query.
Drawing constants
List of constants used by the drawing functions....
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
HTTPGetResult (Example)
Usage example of the HTTPGetResult function
LDAPNbValue (Function)
Returns the number of values for an attribute.
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
zipSize (Example)
Usage example of the zipSize function
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
JSONToVariant (Example)
Usage example of the JSONToVariant function