ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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:...
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.
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
Changing sites from AWP to SEO-ready session mode
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.
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....
13. Security benefit: managing the "Back" button
8. 10 tips for better interfaces...
Page contexts
In a Windows application, the information relative to a window is stored with the window......
Sitemap file for Google
To better analyze the content of the sites, the search engine of Google is using an XML file named "Sitemap" (if it is available)......
27. Center or anchor a site horizontally
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
ERR_CLOSED_PAGE
Different types of pages
WEBDEV enables you to create static sites and/or dynamic sites......
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......