ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
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......
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
KeyGenerateInitialKey (Function)
Generates the initial key (unique license number) for the activation system of the application.
OLE DB driver for HFSQL Classic and HFSQL Client/Server - License agreement
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
WinEdRestore (Function)
Undoes all the changes made by the end user ("Allow end users to modify the UI" option enabled).
<Spreadsheet>.AddName (Function)
Specifies a name to identify a cell found in a Spreadsheet control.
Handling a TreeView Table control programmatically (prefix syntax)
This page explains how to program TreeView Table controls......
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
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....
SpreadsheetAddName (Function)
Specifies a name to identify a cell found in a Spreadsheet control.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
Thread management functions
List of functions for managing threads...
iPrintBlock (Function)
Forces a report block to print.
<TreeView Table>.AddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
SaaS administrator
The SaaS administrator is a Web site used to configure and manage the SaaS sites deployed on a WEBDEV Application Server......
SaaS constants
CurrentYear (Function)
Returns the current year in integer format.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.