ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV...
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ...
Types of pages
WEBDEV enables you to create static sites and/or dynamic sites...
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run......
The Breadcrumb control
The "Breadcrumb" control corresponds to a series of links allowing the Web user to go back into the logical tree structure of a site......
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
The Upload control
The Upload control is used to upload files on the Web server......
The Static control
A Static control is a control used to display a static text......
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......
3. Types of dynamic sites
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database....
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
DynamicServingConfigure (Function)
Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages to display.
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV site?......
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
1. What is the WEBDEV administrator used for
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
ERR_CLOSED_PAGE
8. "Mobile friendly" site: Dynamic serving
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
Analyzing dependencies and orphan images
To help you manage the navigation of the Web users in your sites, an advanced feature for analyzing the dependencies and the orphan images is available in WEBDEV......
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
ERR_NO_CURRENT_PAGE
2. How to test a site?
13. Security benefit: managing the "Back" button
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
1
2
3
4
5
6
212
>