ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
Multi-project search
Performing a search in the current project is a common operation......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Events associated with Looper controls
List of events associated with Looper controls...
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
Multilingual project
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Popup window
WINDEV allows you to open windows in popup format......
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Column events (Table control)
List of events associated with the columns of Table controls...
Managing main window menus
A main menu is necessarily associated with a window......
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
Manipulating TreeView Table controls programmatically
This page explains how to program TreeView Table controls......
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...