ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library...
Deployment diagram
A deployment diagram shows the physical layout of the hardware components (nodes) used in a system as well as the association between the executable programs and these components......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
WDInst: configuring the characteristics of the files to install
WDInst allows you to configure the characteristics of the files to install......
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
mlzDeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
WDMap: Export records from a table
WDMAP allows you to export records to......
WDMap: Reindexing an HFSQL table
WDMap can be used both to determine whether an HFSQL table should be reindexed and to reindex an HFSQL table......
WDMap: View records in a table
WDMap is used to view the records found in a table......
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
Key and referential integrity
In a database schema, the "Key" items are also used to manage the consistency of data (called referential integrity)......
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....
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......