ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InApp constants
hbConnection (Type of variable)
The hbConnection type is used to define the characteristics of a connection to a HBase server.
memcachedConnection (Type of variable)
The memcachedConnection type is used to define the characteristics of a connection to a Memcached server.
EnumElement (Function)
Used to enumerate the project elements: windows, pages, reports, queries, ...
HSetCache (Function)
Used to configure the management of caches in the HFSQL Client/Server engine....
5. HFSQL Client/Server
A WINDEV Mobile application can also use an HFSQL database in Client/Server mode....
mongoDatabase (Type of variable)
The mongoDatabase type is used to define the characteristics of a database for a MongoDB server.
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
gpwAddUser (Function)
Adds a user to the User Groupware database.
gpwModifyUser (Function)
Modifies a user in the database of user groupware.
gpwDisconnectUser (Function)
Disconnects the current user from the User Groupware.
gpwFindUser (Function)
Retrieves the characteristics of a user of the user groupware.
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
Error 1050: This member already exists in the composite variable
7. HFSQL: files physically created
<Source>.ViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
Properties associated with the breaks of a Looper control
Several properties can be used with the breaks found in a Looper control......
gpwAddUserToGroup (Function)
Adds a user to a group of the User Groupware database.
gpwLogin (Function)
Connects a user to an application that is using the User Groupware.
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......