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, ...
Shared information
The information entered when creating the files and the items is shared throughout the environment......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display a non-visible area......
dbgSaveDebugDump (Function)
Saves a dump file of the application.
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
MaxButtonWidth (Property)
The MaxButtonWidth property is used to get and set the maximum width of a button in a tab pane.
The planes in WEBDEV
The planes are used to group the controls of an element......
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
AWP without UI
Bootstrap, Angular, React, Vue......
The planes (in a window or in a report)
The planes are used to group the window controls......
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
Properties associated with windows, pages and controls
List of properties associated with windows, pages and controls...
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
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......