ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
DNS functions
TypeDescription (Property)
The TypeDescription property is used to: Find out the type used by an Enumeration or Combination item. This item was defined in the data model editor or programmatically. Define the type used by an Enumeration or Combination item (when describing the item through programming)....
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
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....
The Calculated control
The "Calculated" control is used to perform calculations in a report......
SOCKS5 protocol
SOCKS5 is a simple network protocol intended to standardize the use of proxies for applications......
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
Dialog box management functions
List of functions for managing dialog boxes...
UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
Check: Log of a WEBDEV site
The monitoring robot will retrieve the log of the day for a WEBDEV application on the associated FTP server......
Validity period of site pages
When creating a page, a validity period can be defined for this page......
Favicon: Define the site icon
WEBDEV allows you to easily define the site icon (also called Favicon)......
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Multiline Zone control functions
Functions for handling Multiline Zone controls....
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......