ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
<Connection variable>.ServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
<Connection variable>.TransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
<Connection>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
<Connection variable>.CancelBackup (Function)
Cancels a current backup.
<Connection variable>.DeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
<Connection variable>.DeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
PC SOFT Free Technical Support
Thank you for buying one of our products......
KeyGetIdentifier (Function)
Retrieves the identifier that was used to generate an initial key.
HDeleteSchedulingHistory (Function)
Deletes the executions of a scheduled job on an HFSQL server. This job can be a scheduled task (stored procedure), backup, optimization or a materialized view refresh.
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
KeyCompareKey (Function)
Compares an initial key with an activation key.
XML: Using files exceeding several gigabytes
Starting with version 23, an XML parser is available to handle XML files that are multiple GB in size......
Euro functions
List of Euro functions...
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.