ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CertificateSignString (Function)
Creates the signature of a character string.
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
Constants for managing projects
List of constants used by the functions for managing projects....
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
gglDocument (Type of variable)
The gglDocument type is used to handle a Google document...
Constants for managing Map controls
Constants for managing Map controls...
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
Constants used by the TraceStart function
List of constants used by the TraceStart function....
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
HRSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
BrowserVersion (Function)
Returns the version of the browser used by the Web user.
17. TLS/SSL: Encrypting information on the Web
BrowserType (Function)
Returns the type of browser used by the Web user.
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
13. Generation modes