ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Changing sites from AWP to SEO-ready session mode
A query created in the query editor can contain several types of items......
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology......
4. Types of pages
Different types of pages can be used in the sites created with WEBDEV......
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......
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
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.
Creating help pages
A help system includes several pages......
IdentifierAWPContext (Function)
Returns the identifier of AWP context.
FramesetUse (Function)
Displays a WEBDEV frameset in the user's browser and closes all the current page and frameset contexts....