ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SysThumbnailAddButton (Function)
Adds a button into the thumbnail of the application in the taskbar.
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
Enumeration (Type of variable)
An enumeration is a set of values......
Error 117: The array has X dimensions and you access it with Y dimensions
Global and local variable
Two types of variables are available......
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
WINDEV License Agreement
WINDEV License Agreement...
Error 105: Redefinition of the local variable
Error 123: The constant already exists
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
GanttLink (Type of variable)
The GanttLink type is used to define the advanced characteristics of a link between two tasks of a Gantt chart.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
Error 113: Non-dynamic array without definition
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option through programming.
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
Value Description (Type of variable)
A Value Description variable is used to handle the description of an enumeration value through programming.
Variable scope
Variables can be declared anywhere in the code....
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.
saasSite (Type of variable)
The saasSite type is used to define the advanced characteristics of a SaaS WEBDEV site.
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.