ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
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.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV website?...
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.
ProjectInfo (Function)
Returns specific information about the project currently run.
Event (Example)
Usage example of the Event function
fSelect (Example)
Usage example of the fSelect function
BTLEConnectionStatus (Function)
Returns the current connection status to a Bluetooth Low Energy device or asks to be notified when the connection status changes.
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
HDeactivateFilter (Example)
Usage example of the HDeactivateFilter function
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
End of Document block
The End of document block is run once at the end of the report execution......
Cross-references in the code editor
The cross-references in the code editor are used to identify......
SCM: Creating a repository
To share a project via the Source Code Manager, a repository must be created......
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
dBackground (Example)
Usage example of the dBackground function
SysIconAdd (Example)
Usage example of the SysIconAdd function
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
docElementFormula (Variable type)
The docElementFormula type is used to define the characteristics of a Formula element found in a DocElement variable.
MapConfigureGglAPI (Function)
Declares additional parameters for the Map control that will be transmitted to the Google API.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
Manipuler un champ Editeur_HTML par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").