ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
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....
14. Managing the "Back" button in practice
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....
Developing an iOS 13 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......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
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.
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Image detection management constants
Calculates the width (in millimeters) of the text to print, according to the specified font....
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
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)....
Document (Type of variable)
The Document type is used to handle a "docx" document.
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
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)......