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.
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
dCopyImage (Example)
Usage example of the dCopyImage function
HLast (Function)
Sets the position on the last record of a table according to a browse item.
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
Constants used by the scanner functions
Constants used by the scanner functions...
Audits
The audits provide a set of features used to automatically improve the project quality and performances, and to follow the conditions in which it is implemented......
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
System constants
List of constants used by the system functions....
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be manipulated in WLanguage in a window with the following properties.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
diagLayout (Type of variable)
The diagLayout type is used to define all the layout characteristics of a diagram.
zipExtractFile (Example)
Usage example of the zipExtractFile function
EmailReadNext (Example)
Usage example of the EmailReadNext function