ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
Developing 64-bit sites
You can deploy 64-bit compatible sites......
7. Multilingual applications in practice
7. Multilingual sites in practice
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Execution platform
WINDEV Mobile allows you to develop applications for different families of products......
8. Smart controls
Ouvre une fenêtre de type popup en précisant sa position d'ouverture et attend sa fermeture....
HFSQL management functions
List of functions for HFSQL management...
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Hasp functions
The dongles of Hasp family (Hasp3, Hasp4, NetHasp, memoHasp and Hasp HL) are used to protect the applications developed with WINDEV or WEBDEV......
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
InDays (Property)
The InDays property is used to convert a Duration variable to days.
KeyGenerateInitialKey (Function)
Generates the initial key (unique license number) for the activation system of the application.
KeyCompareKey (Function)
Compares an initial key with an activation key.
KeyGetIdentifier (Function)
Retrieves the identifier that was used to generate an initial key.
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......