ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Commands" pane
The "Commands" pane lists......
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
Creating the Relation windows of a WINDEV RAD pattern
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
Creating a Java archive
When your Java application is developed, you can......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Creating the menus for the windows of the WINDEV RAD pattern
8. Smart controls
Ouvre une fenêtre de type popup en précisant sa position d'ouverture et attend sa fermeture....
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:...
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
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....
5. User Groupware in practice
The server is currently updated. Retry later.
Generating the setup program
The last wizard step for creating the setup program allows you to......
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
How to retrieve the analysis structure through programming?
This help page explains how to retrieve the analysis structure through programming....
10. Embedded queries
WebAddress (Type of variable)
The WebAddress type is used to define the advanced characteristics of a site address as well as its type (custom page, blog, ftp, etc.).
Creating the Table windows of the WINDEV RAD pattern