ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

IdentifierAWPContext (Function)
Returns the identifier of AWP context.
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.
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
Changing sites from AWP to SEO-ready session mode
A query created in the query editor can contain several types of items...
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV website?...
FileDisplay (Function)
Displays a file in the user's browser.
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
Native Access to SAP
SAP is a widely used ERP......
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
ActiveX control properties
List of properties associated with the ActiveX control...
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
11. Choosing the action of a button/link
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
Using .NET assemblies in a project
To use .NET assemblies in a project......
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
Controlling the WEBDEV Application Server
Starting with version 28, you can remotely control the WEBDEV Application Server......
28. Site SEO
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.