ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Functions for managing threads (prefix syntax)
List of functions for managing threads (prefix syntax)...
xmlDocument (Variable type)
The xmlDocument type is used to handle an XML file.
Document (Variable type)
The Document type is used to handle a "docx" document.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
GglFile (Variable type)
The GglFile type is used to get all the characteristics of a file used in one of the Google Docs Editors (Docs, Sheets, etc.).
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
<Source>.OnError (Function)
Customizes the management of HFSQL errors.
Testing a project: settings
By testing the project you can simulate how the application will run......
Thread functions
List of functions for managing threads...
ToastDisplay (Function)
Displays a "Toast" message.
docElement (Variable type)
The docElement type is used to handle each element found in a docParagraph variable.
String (Variable type)
The String type is used to manipulate strings......
HOnError (Function)
Customizes the management of HFSQL errors.
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......