ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
<ftpConnection variable>.DirExist (Function)
Checks for a directory on an FTP server. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
ArrayContain (Function)
Searches for an element in a WLanguage array. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
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....
<Notification variable>.SendPush (Function)
Sends a push notification to a mobile device (iOS or Android).
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
Managing the database schema versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the database schema from the data model editor......
The different types of windows
The following types of windows can be created in a WINDEV application......
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
Kanban control properties
In a window or page, you can use WLanguage properties to handle......
Creating the menus for the pages of the WEBDEV RAD pattern
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.