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.
RegistryQueryValue (Example)
Usage example of the RegistryQueryValue function
EncryptStandard (Example)
Usage example of the EncryptStandard function
GglConnect (Example)
Usage example of the GglConnect function
gglMapParameter (Example)
Usage example of the gglMapParameter function
MongoFind (Example)
Usage example of the MongoFind function
<Chart>.Print (Function)
Prints a chart.
WindowsVersion (Function)
Returns the runtime mode of Windows.
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
Creating and handling an item
The main operations that can be performed on an item are as follows......
VideoSetDriver (Example)
Usage example of the VideoSetDriver function
Asc (Example)
Usage example of the Asc function
Replace (Example)
Usage example of the Replace function
XMLDelete (Example)
Usage example of the XMLDelete function
Charact (Example)
Usage example of the Charact function
CameraChangeDriver (Example)
Usage example of the CameraChangeDriver function
DnDCacheData (Example)
Usage example of the DnDCacheData function
HDeleteView (Example)
Usage example of the HDeleteView function
fTempPath (Example)
Usage example of the fTempPath function
How to fill a TreeView control?
This help page explains how to fill a TreeView control....