ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
SysStatusExternalStorage (Function)
Returns the availability status of the external storage space of the device.
HManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
TrustedCertificateAdd (Function)
Adds a certificate to the list of trusted root authorities used to validate certification strings.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
Integrate two-factor authentication into your applications
In version 26, WINDEV, WEBDEV and WINDEV Mobile allow you to set up a login via two-factor authentication......
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
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....
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
grCreateFont (Function)
grCreateFont is kept for backward compatibility.
ParallaxRateHeight (Property)
The ParallaxRateHeight property is used to determine and specify how fast a control is reduced when the scrollbar in the window, internal window or page moves.
ParallaxRateY (Property)
The ParallaxRateY property is used to determine and specify how fast a control moves when the scrollbar in the window, internal window or page moves.
SOAPAddXMLSignature (Example)
Usage example of the SOAPAddXMLSignature function
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......