ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
<TreeView>.Add (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
<TreeView>.Select (Function)
Returns the full path of the selected element in a TreeView control.
<Organization Chart>.Add (Function)
Adds a new root element into an Organization Chart control.
<Organization Chart>.Select (Function)
Returns the index of the selected element in an Organization Chart control.
Weight (Property)
The Weight property is used to get and change the weight of an element.
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Orientation (Property)
The Orientation property is used to get and change the orientation of an element.
Generator (Property)
The Generator property is used to identify the program that generates an element.
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.
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
HighlightColor (Property)
The HighlightColor property is used to set the highlight color of an element.
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.
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.
8. 10 tips for better interfaces...
BackgroundPattern (Property)
The BackgroundPattern property is used to get and change the background pattern of an element.
TableGiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile, Client/Server) found in the company......
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......
Python: Use in WLanguage
WLanguage supports Python functions in native mode......
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
6. Multiple generation