ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
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.
SysThumbnailAddButton (Function)
Adds a button into the thumbnail of the application in the taskbar.
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
Error 117: The array has X dimensions and you access it with Y dimensions
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.
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.
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
Variable scope
Variables can be declared anywhere in the code....
Value Description (Type of variable)
A Value Description variable is used to handle the description of an enumeration value through programming.
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.
Custom tooltips
Tooltips are very useful for application users......
aiNeuralNetworkModel (Type of variable)
The aiNeuralNetworkModel type is used to define all the advanced characteristics of a neural network used by AIDetectModel.
Extern (Reserved word)
EXTERN is used to...