ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project Management Hub: Time tracking
The time spent can be listed on......
MDIOpen (Function)
Opens and enables an MDI child window.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Permission (Type of variable)
The Permission type represents a permission requested by the application (and therefore declared in the manifest).
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.