ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
SaaSAdminDeleteUser (Function)
Deletes a SaaS user.
The Looper control
A Looper control is used to repeat the controls found in a specific area......
HRSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
<Connection variable>.RSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
SaaSAdminModifyUser (Function)
Modifies a SaaS user.
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
SaaSAdminAddUser (Function)
Adds a SaaS user.
Images, colors and tabs
To optimize the appearance of your screens, WINDEV, WEBDEV and WINDEV Mobile allows you to use images or colors in your tab controls......
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
gpwOAuthParameters (Type of variable)
The gpwOAuthParameters type allows you to define all the information needed for authentication to the User Groupware via an application that uses the OAuth 2.0 standard.
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
Error 17: OTHER CASE must be the last statement used in SWITCH
EtapeSuivante (Property)
The Property NextStep allows you to authorize or not the passage to the next step of the guided tour from the step bubble.
PreviousStep (Property)
The Property PreviousStep allows you to authorize or not the passage to the previous step of the guided tour from the step bubble.
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
RSS feed management functions
List of functions for managing RSS feeds...
Wi-Fi functions
Functions for Wi-Fi management...
Bar Code management functions
The following functions are used to manage bar codes:...
Speech recognition management functions
The following functions are used to manage speech recognition:...
Multi-touch management functions
The following functions are used to manage the multi-touch......
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......