ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
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......
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.
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.
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
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.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
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.
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.