ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
Cardinalities
The cardinalities are used to count the links between the files......
Extracting the text of the project
The following text can be extracted......
Characteristics of non-maximized windows
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
Select query description window
The description window of a select query includes several sections......
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Testing a project: setting
By testing the project you can simulate how the application will run......
Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
MyParent (Reserved word)
MyParent is used to handle...
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
MySelf (Reserved word)
MySelf is used to handle the current control...
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
MyReport (Reserved word)
MyReport is used to handle the current report...
MyPage (Reserved word)
MyPage is used to handle the current page...
WEBDEV concepts
Telemetry: Main features
Binding a Combo Box control to an item
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
Optional events
By default, the codes available in the code editor correspond to the most common codes......