ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Image detection management constants
Calculates the width (in millimeters) of the text to print, according to the specified font....
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
Image control in a page
Custom properties (WLanguage)
A custom property is a code element with two events......
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
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....
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Configuring the IIS 7/7.5 server
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Document (Type of variable)
The Document type is used to handle a "docx" document.
Break in a report
The break is used to group the records corresponding to a sort criterion......
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
REP files
REP files contain the list of data files handled by the application....
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......