ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves...
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items...
Window controls
Several types of controls can be used in a window, ......
Container column in a Table control
A cell found in a Table control can contain a set of controls......
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify...
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
11. Table/Looper controls
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page....
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Creating the Relation pages of a WEBDEV RAD pattern
Events associated with pages
List of events associated with pages...
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible...
WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table...
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box,...
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following...
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane...
WINDEV applications for Linux: Specific features