ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
Private Store for mobile applications
There are two methods two deploy your applications......
WDAdminHF: Managing the data files
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
Handling menu options programmatically
The menu options can be handled......
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Using several libraries in an application
A library is a WDL file that contains all the resources......
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
Options of the window editor
To configure the general options of the window editor......
DnDForce (Function)
DnDForce is kept for backward compatibility.
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
The different types of windows
The following types of windows can be created in a WINDEV application......
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
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....
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min