ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project elements
The project includes windows, reports, queries, help files, sets of procedures, ...
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ...
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ...
Importing elements into a project
All the elements of a project (windows, reports, classes, sets of procedures, queries...
Movable (Property)
The Movable property is used to define if an element can be moved.
Shape (Property)
The Shape property allows you to handle the different shapes of an element.
<docFragment variable>.Add (Function)
Adds an element, text or image at the end of a docFragment variable.
Start (Property)
The Start property gets the starting point of an element or event.
<Array>.AnyFalse (Function)
Returns True if at least one element of an array is False.
<Array>.AnyTrue (Function)
Returns True if at least one element of an array is True.
MemRetrieve (Function)
Retrieves the return value of an element found in a memory zone.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
StoredValue (Property)
The StoredValue property gets and sets the stored value of an element.
ActionAllowed (Property)
The AllowedAction property defines which actions are allowed or not allowed on an element.
Description (Property)
The Description property is used to get and change the description of an element.
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
First page of the project in session mode
The first page of the project is the first page in Session mode opened in the Web user's browser when a WEBDEV site in session mode starts......
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
The test mode cannot operate without the project and its pages, ...
Chart: Managing legends
Several types of legends are supported in the charts......