ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site...
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
grMenu (Function)
Defines the type of context menu displayed by a chart.
grPrint (Function)
Prints a chart.
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
ClipboardWidth (Function)
Calculates the width of an image (in bitmap format) found in the clipboard.
AssistedInput (Type of variable)
The AssistedInput type allows you to define all the advanced characteristics of an autocomplete suggestion.
<Email variable>.ExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
<Image>.CoordinateFromImage (Function)
Converts the coordinates of a rectangle in the image to the corresponding coordinates in the Image control.
<redisConnection>.Connect (Function)
Opens a connection to a Redis server (or cluster).
<Connection variable>.DeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
zipOpenCAB (Function)
Opens an existing archive in CAB format.
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Push notification
A mobile device can receive push notifications......
grGetData (Function)
Retrieves a data from a chart.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
Principle for running threads
At runtime, an application runs in a main thread......
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
zipExist (Function)
Used to find out whether an archive exists.
HServerWorkingDir (Function)
Returns the path of a temporary directory on the HFSQL server.
gpwInLDAPMode (Function)
Allows you to find out whether identification of users in the user groupware will be done via a LDAP directory.
CertificateCheckFileSignatureBuffer (Function)
Checks the correspondence between a signature and a file. The signature was stored as a Buffer variable.
MutexCreate (Function)
Explicitly creates a mutex.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......