ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Removing a project from the SCM (Source Code Manager)
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Error 1029: The access to the base class is restricted by a protected inheritance
ERR_LAUNCH_FAILED
Error 1030: The access to the base class is restricted by a private inheritance
Error 1013: The access to the member of the class is restricted by a protected inheritance
Status bar of windows
The status bar of a window is used to display several types of information......
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
Close (External language)
Closes the current window and restores the context that existed before the window opening.
AWP without UI
Bootstrap, Angular, React, Vue......
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
13. Debugger
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
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......