ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing contacts (mobile devices)
In your mobile applications, you have the ability to directly manage the contacts of your mobile device (Android, iPhone, iPad, Universal Windows)....
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
2. User-friendly editors in practice
User-friendly editors in practice...
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
Multilingual messages: Convert to new format (version 27 and later)
WINDEV, WEBDEV and WINDEV Mobile have included multilingual project support in many previous versions......
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
Constants for managing the modification of windows by the user
SchedulerPosition (Function)
Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control.
<Scheduler>.PositionDateTime (Function)
Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control.
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
6. Internal window
Internal windows...
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Installing a WEBDEV site
There are two methods to install a WEBDEV site on a Unix server......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
DateToInteger (Function)
Converts a date to an integer.