ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Active WEBDEV Pages
You want to reference several pages of your WEBDEV website?...
DeclareAWPContext (Function)
Used to declare a list of variables whose values will be persistent between successive displays of Active WEBDEV Pages.
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
IdentifierAWPContext (Function)
Returns the identifier of AWP context.
Changing sites from AWP to SEO-ready session mode
A query created in the query editor can contain several types of items...
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts...
FileDisplay (Function)
Displays a file in the user's browser.
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
KeyPressed (Function)
Checks which key is pressed.
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times...
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
HSubstDir (Function)
Associates the data directory specified in the database schema with a directory found on disk.
SQL view
An SQL view is a virtual data source defined by an SQL query......
WiFiDetectAccessPoint (Function)
Starts detecting the Wi-Fi access points currently accessible from the device.
The Map control: Automatic Application Features (AAF)
The Map control proposes several features directly accessible to the end user......
DataType (Function)
Identifying the type of a WLanguage variable.
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI" tab of the description window of control......
HErrorLock (Function)
Used to check whether a lock error occurred.
Enumeration (Type of variable)
An enumeration is a set of values......
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
Programming automatic calculations in the columns of a Table control
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
The Item control
The "Item" control is used to edit the content of an item found in a data file......
NFCSendTag (Function)
Sends a NFC tag to another device.
btleService (Type of variable)
The btleService type is used to handle a Bluetooth Low Energy service ("Bluetooth GATT Service").
11. User Macro-Code: UMC in practice
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.