ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gpwMode (Function)
Returns the runtime mode of the User Groupware.
gpwOpenSite (Function)
Allows you to start the site when using the user groupware.
gpwAddUserToGroup (Function)
Adds a user to a group of the User Groupware database.
gpwOpen (Function)
Opens the User Groupware login window or page.
gpwLogin (Function)
Connects a user to an application that is using the User Groupware.
gpwOpenConfiguration (Function)
Opens the User Groupware configuration window or page.
gpwGetLDAPInfo (Function)
Retrieves the configuration of the LDAP server used for the User Groupware.
gpwCheckUser (Function)
Checks the existence and validity of the password for a user of the user groupware.
gpwEncryptedPasswords (Function)
Used to find out whether the passwords of the user groupware are encrypted.
gpwRemoteConnect (Function)
Allows connecting to the application via the User Groupware Webservice.
gpwGetFileInfo (Function)
Retrieves the directory of the data files found in the User Groupware.
User Groupware management functions
List of functions for managing the User Groupware...
User Groupware and Client/Server data files
An application that uses the User Groupware can be used with an HFSQL database in Client/Server mode......
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
gpwGetUserInfo (Function)
Retrieves information about the current user (application that uses the User Groupware).
gpwActivateUser (Function)
Validates a new user in the User Groupware database by activating the user.
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
gpwImportLDAPUsers (Function)
Imports the users stored in a LDAP directory into the user file of user groupware.
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
gpwOpenLDAPSession (Function)
Informs the User Groupware that the authentication of users will be done via an LDAP directory.
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
gpwAuthLogin (Function)
Allows you to connect to the User Groupware using authentication with an account such as Facebook, Google, Microsoft, etc.
gpwUser (Type of variable)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
gpwInLDAPMode (Function)
Allows you to find out whether identification of users in the user groupware will be done via a LDAP directory.
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
1
2
3
4
5
6
8
>