ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DeclareAWPContext (Function)
Used to declare a list of variables whose values will be persistent between successive displays of Active WEBDEV Pages.
ConfigureAWPContext (Function)
Configures the mode of the AWP session.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
Changing sites from AWP to SEO-ready session mode
IdentifierAWPContext (Function)
Returns the identifier of the AWP session.
FileDisplay (Function)
Displays a file in the user's browser.
Description (Property)
The Description property is used to get and change the page description.
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Example for creating a select query
This help page explains how to create two select queries......
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
The Tab control
The Tab control is used to simultaneously display different controls......
ERR_NO_END_TAG
How to open a page?
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.
PageChangeLayout (Function)
Applies a specific layout to a page.
FramesetDisplay (Function)
Displays a WEBDEV frameset in the user's browser....
Page Header block
The Page header block is printed on each new page......
XLSCell type: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
ERR_PARSER
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
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 Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
Creating an action plan
The action plans group all actions that will be performed by the software factory....
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
SourcePage (Property)
The SourcePage is used to identify the source of an internal page (i.e. the internal page displayed by an Internal Page control).
Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
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.
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
Drawing charts in an Image control
WINDEV and WEBDEV propose several functions for creating and handling charts......