ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

xmlNamespace (Variable type)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
2. Types of setup
Types of setup...
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
Manipulating iFrame controls programmatically
WEBDEV allows you to manipulate an iFrame control programmatically......
Defining clickable areas
In a page, an Image control can contain clickable areas......
Progress Bar control properties
List of properties associated with the Progress Bar control...
Native SQLite Connector
WINDEV and WEBDEV propose a Native Connector to SQLite. This Native Connector allows you to access an SQLite database from a WLanguage program without using an external driver....
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer. Note: This feature is only available from WINDEV Suite SaaS 2025 - Update 2. For more details, see Using new features exclusive to WINDEV Suite SaaS 2025....
gLink (Function)
Adds an "invisible" value to an element of a List or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
"WEBDEV Application Server - 10 connections" license agreement
"WEBDEV Application Server - 10 connections" license agreement...
NbRecRead (Property)
The property NbEnrLu property lets you know the number of records read: selected by both the report source AND the filter code (if any).
<Source>.FileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
fWebDir (Function)
Returns the physical name of the directory containing the images, the JavaScript files and the Java files of the WEBDEV site.
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......