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.
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
12. Preventing from going back to a page
13. Security benefit: managing the "Back" button
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Multi-product external components
Components are a remarkably useful tool for development teams......
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
Integrated OCR (Optical Character Recognition) management functions
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
The HTML Display control
The HTML Display control displays a web page in an application......
1. What is a website?
Customize the wizards
You can easily customize all wizards in WINDEV, WEBDEV or WINDEV Mobile......
Restoring a project backup
WINDEV, WEBDEV and WINDEV Mobile allow you to regularly save the different elements of your project in an archive file (ZIP extension)......
Using projects from earlier versions
Cherche les éléments d'un noeud HTML correspondant à une balise....
Events associated with the project
List of events associated with the project...
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
ERR_NOTADEVVERSION
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
2. User-friendly editors in practice