ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
Manipulating a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
<Connection variable>.InfoDatabaseRights (Function)
Gets the rights granted to a user or group on a database.
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
<Connection variable>.ModifyServerRights (Function)
Sets the rights granted to a user or group on an HFSQL server.
<Connection variable>.InfoServerRights (Function)
Gets the rights granted to a user or group of users on a server.
<Connection variable>.ExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
WDInst: Configuring the installation workstation
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
HExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Report data source
...The reports can be created with the data coming from:...
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
HServerWorkingDir (Function)
Returns the path of a temporary directory on the HFSQL server.
<Connection variable>.DeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
<Connection variable>.InfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
10. Internal components in practice
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......