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.
.NET application
To create a.NET application from a project......
Custom tooltips
Tooltips are very useful for application users......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
WinAnimationNext (Function)
Modifies the type and duration of animations used when opening and closing the next window.
WinAnimationOpening (Function)
Modifies the type and duration of animations used when opening the application windows.
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
WinAnimationClosing (Function)
Modifies the type and duration of the animation used when closing the application windows.
WDADMINEXE : Information about last available update
The "Setup" tab of WDADMINEXE contains information regarding the last available update of the application......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
ToolTipColor (Function)
Modifies the colors used for displaying the tooltips.
ShowToolTip (Function)
Enables or disables the mechanism for displaying the control tooltips.
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
ToolTipDelay (Function)
Used to modify: the timeout before displaying the tooltips. the display duration of the tooltips....
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
Duplicating a project
Duplicating a project allows you to have two identical projects with the same name but found in different directories......
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
How to create a patch?