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.
fReadLine (Example)
Usage example of the fReadLine function
zipInfoFile (Example)
Usage example of the zipInfoFile function
SQLTransaction (Example)
Usage example of the SQLTransaction function
fWrite (Example)
Usage example of the fWrite function
fSize (Example)
Usage example of the fSize function
fRename (Example)
Usage example of the fRename function
zipSize (Example)
Usage example of the zipSize function
zipNbPartNeeded (Example)
Usage example of the zipNbPartNeeded function
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
Accessing a database via a web service
The database can be accessed via a web service......
Height (Property)
The Height property gets and sets the height of an element.
Note (Property)
The Note property is used to get and change a text associated with an element.
Type (Example)
Usage example of the Type property
zipIsMulti (Example)
Usage example of the zipIsMulti function
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
DashSaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.