ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Declaring and using a variable
A variable is defined by name and type......
The single-part and multi-part archives
Two types of archives are available......
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
WEBDEV element styles
Controls from a WEBDEV project are associated with WEBDEV styles......
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
The Cell control
The Cell control contains controls......
Events associated with Image controls
List of events associated with Image controls...
Events associated with Calendar controls
List of events associated with Calendar controls...
Creating an application or website using RAD (Rapid Application Development)
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
Accessibilité (Property)
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
API (Function)
Runs a function found in an external DLL.
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Automatic context menu for the Scheduler controls
Each Scheduler control in a window offers the user a menu by default....
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....