ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
GetDefinition (Function)
Retrieves the definition of element type.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
JSONToVariant (Example)
Usage example of the JSONToVariant function
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
emailOutlookSession (Type of variable)
The emailOutlookSession type is used to handle the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
String functions
List of functions for managing character strings...
InfoBuild (Function)
Displays a custom message in a system information window.
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
Automation object
The Automation keyword is used to declare an automation object...
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
SaaSCheckService (Function)
Checks the access rights of the user to a service of the SaaS site.
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
Constants for managing the Windows scheduler
List of constants used by the functions for managing the Windows scheduler....
MQTT functions
The following functions are used to manage MQTT clients...
Database of the Control Centers
The database of Control Centers groups various information shared by the different modules found in WINDEV, WEBDEV and WINDEV Mobile......
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
Error (External language)
Displays a dialog box containing an error logo and the message passed in parameter.
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications via the telemetry......
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
fRead (Example)
Usage example of the fRead function