ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
Managing main window menus
A main menu is necessarily associated with a window......
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
Event (Type of variable)
The Event type is used to define all the advanced characteristics of an event: birthday, saint's day, ......
Using several libraries in an application
A library is a WDL file that contains all the resources......
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
15. Creating the executable in practice
Creating the executable in practice...
nfcTag (Type of variable)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field Communication).
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
MutexCreate (Function)
Explicitly creates a mutex.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
MutexEnd (Function)
Signals that the thread frees the mutex.
MutexDestroy (Function)
Explicitly destroys a mutex.
gglContact (Type of variable)
The gglContact type is used to describe and modify a contact used by the Google Contacts service...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
MyReport (Reserved word)
MyReport is used to handle the current report...
fDir (Function)
Finds a file or directory.
grSunburstGetData (Function)
Retrieves a numeric value from a Sunburst chart.
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.