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.
Programming the looper attributes
All the looper attributes can be handled by programming......
<Page>.OpenChild (Function)
Opens a non-modal child window.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Events associated with Sidebar controls
List of events associated with Sidebar controls...
WINDEV 2024: New features in this version
Here are the new features that you will discover in this version......
WINDEV 2024
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
15. Repeating a group of controls: loopers
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
WINDEV Mobile 2024
WINDEV Mobile 28 is available!...
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
8. Sharing a project in practice
Events associated with Scrollbar controls
List of WLanguage events associated with Scrollbar controls...
Events associated with Slider controls
List of events associated with Slider controls in a window...
Telephony functions
List of telephony functions...
WINDEV Mobile 2024: New features in this version
Here are the new features that you will discover in this version......
The Check Box control
A Check Box can correspond to......
ERR_FORBIDDEN_INSTALL
ERR_FORBIDDEN_UPDATE
LST: The Technical Support Newsletter, the WINDEV and WEBDEV magazine
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......