ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

User Groupware files
Two categories of data files are managed......
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
iPrintReport (Function)
Prints a report created with the report editor.
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
Character strings
WLanguage supports different types of strings....
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
WDStatistics: Configuring the WEBDEV administrator
To create the log files required to calculate the statistics for site traffic, a specific setting must be performed in the WEBDEV administrator......
Figma: Where to find the Figma key
To use Figma import in your product, you need to specify the Figma key in the general options of WINDEV, WEBDEV or WINDEV Mobile....
WDInst: Configuring the uninstaller
The application uninstaller is the application that allows the end user to uninstall the application....
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
Vocabulary linked to replication
Before implementing the replication, you must be familiar with the vocabulary specific to the replication.
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
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)......
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Document (Type of variable)
The Document type is used to handle a "docx" document.