ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Looper control
A Looper control is used to repeat the controls found in a specific area......
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
<ftpConnection variable>.DirExist (Function)
Checks for a directory on an FTP server. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
FTPDirExist (Function)
Checks for a directory on an FTP server. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
<Array type>.Contain (Function)
Searches for an element in a WLanguage array. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
The different types of windows
The following types of windows can be created in a WINDEV application......
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
The "Database schema" pane
The "Database schema" pane shows......
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Manipulating Organization Chart controls programmatically
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min...
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
fClose (Function)
Closes an external file.
<ftpConnection variable>.Command (Function)
Sends a specific FTP command to a server. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
Image control: the supported formats
The supported image formats are as follows:...
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.