ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Dynamic array (Variable type)
A dynamic array is an "advanced" type of array...
New (Reserved word)
New is used to allocate memory space...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
DeclareAWPContext (Function)
Used to declare a list of variables whose values will be persistent between successive displays of Active WEBDEV Pages.
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
12. Preventing from going back to a page
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
Min (Function)
Returns the lowest value.
Classes, members, methods and properties
A class is made of......
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Testing a static page
The test of a single page runs the current page in WEBDEV......
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
28. Site SEO
Events associated with Tab controls
List of events associated with Tab controls...
Strict monitoring of a project
Via the Project Management Hub, WINDEV, WEBDEV and WINDEV Mobile allow you to define the different actions required to create a project......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......