ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
Working in Offline mode
When working on a laptop computer or on an offline computer, you may want to continue to work......
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
gpwListOAuthParameters (Function)
Retrieves the list of OAuth parameters defined for the User Groupware, i.e. the list of providers (Google, Facebook, etc.) to which it is possible to connect via the User Groupware. These parameters are defined via the User Groupware administration site.
Error 1005: To explicitly access a global element of '%1' class, use the syntax
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
ControlExecuteModification (Function)
Considers that the control has been modified by the user (the Modified property is set to True for the control and for the window if necessary) and runs the "Whenever modifying" WLanguage event associated with the control.
21. Managing business rules
Managing business rules...
18. Management of business rules
<Source>.Optimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
<Connection variable>.ManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web services......
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
SaaSAdminModifyUser (Function)
Modifies a SaaS user.
SaaSAdminDeleteUser (Function)
Deletes a SaaS user.
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
SaaSAdminAddUser (Function)
Adds a SaaS user.
Analyzing dependencies and orphan images
To help you manage the navigation of the Web users in your sites, an advanced feature for analyzing the dependencies and the orphan images is available in WEBDEV......
BitcoinCoreConfigure( Function)
Specifies Bitcoin Core server connection parameters, in order to use BitcoinCoreXXXX functions.
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
Camera control in a mobile application
The Camera control is used to......