ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Changing sites from AWP to SEO-ready session mode
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...
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 the AWP session.
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV website?...
FileDisplay (Function)
Displays a file in the user's browser.
ConfigureAWPContext (Function)
Configures the mode of the AWP session.
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
DeclareAWPContext (Function)
Used to declare a list of variables whose values will be persistent between successive displays of Active WEBDEV Pages.
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
WEBDEV Application Server - 10 connections - License agreement
17. WLanguage: a simple and powerful language
9. Monitor your sites, servers, etc.
Fax functions
List of fax functions...
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
Discovering AAFs (Automatic Application Features)
Applications created with WINDEV offer users many automatic features on the different windows or controls in the application......
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms...
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Project portfolio
From version 25, you can create "project portfolios"......
15. Creating the executable in practice
Creating the executable in practice...
HListReindexingHistory (Function)
Lists the operations performed on current data files, over the last 24 hours, or on the last 1000 files. These operations include reindexing, recalculation of statistics, memo verification, index verification, etc. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Environment of the query editor
7. Source Code Manager (SCM)
Flexible modeling editor
The flexible modeling editor allows you to easily create a "non-restricting" and "flexible" modeling, entirely included in the environment......
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
19. Upload: Sending files to the server
12. Synchronizing data