ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Principle for running threads
At runtime, an application runs in a main thread......
<Array>.Max (Function)
Returns the greatest value in the array.
SysTheme (Function)
Returns the current theme used on the mobile device.
Sum (Function)
Calculates the sum of the array elements.
Max (Function)
Returns the greatest value passed as parameter.
SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
WEBDEV 2024 Tutorial - Table of contents
AppInstallUPD (Function)
Triggers the automatic update of current application.
URL Rewriting
URL Rewriting is a technique used to improve SEO......
Hasp functions
The dongles of Hasp family (Hasp3, Hasp4, NetHasp, memoHasp and Hasp HL) are used to protect the applications developed with WINDEV or WEBDEV......
KeyGenerateInitialKey (Function)
Generates the initial key (unique license number) for the activation system of the application.
KeyCompareKey (Function)
Compares an initial key with an activation key.
KeyGetIdentifier (Function)
Retrieves the identifier that was used to generate an initial key.
AppInstallVersion (Function)
Installs a specific application version.
Managing Bluetooth Low Energy devices (prefix syntax)
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Step 6: User Groupware settings
If the site is configured to use the user groupware, the parameters of the groupware database can be configured during the setup......
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
Handling a TreeView Table control programmatically (prefix syntax)
This page explains how to program TreeView Table controls......