ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
Operating mode of dynamic Active WEBDEV Pages
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 site?......
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
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......
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
IdentifierAWPContext (Function)
Returns the identifier of AWP context.
8. 10 tips for better interfaces...
Changing sites from AWP to SEO-ready session mode
<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
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.
FramesetUse (Function)
Displays a WEBDEV frameset in the user's browser and closes all the current page and frameset contexts....
13. Security benefit: managing the "Back" button
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format......
Page contexts
In a Windows application, the information relative to a window is stored with the window......
27. Center or anchor a site horizontally
Creating help pages
A help system includes several pages......
IFrame control
IFrame is an HTML concept......