ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
HModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
HInfoGroup (Function)
Returns information about the specified group of users.
HListGroup (Function)
Returns the list of groups of users defined for a connection.
HListUser (Function)
Returns the list of users defined for a connection.
Warning (Function)
Displays a custom message in a system warning window.
<Connection variable>.AddGroup (Function)
Adds a group of users.
<Connection variable>.AddUser (Function)
Adds a user to a database.
<Connection variable>.SetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
HAddGroup (Function)
Adds a group of users.
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
HAddUser (Function)
Adds a user to a database.
<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.
HDeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
HDeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
<Connection variable>.ModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
ErrorBuild (Function)
Displays a custom error message in a system error window.
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
gpwUser (Type of variable)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
The "dynamic" Tab control (prefix syntax)
The "Dynamic tab" Tab control is used to display several windows in the same window......
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....