ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing the executables (WLanguage functions)
WINDEV, WEBDEV and WINDEV Mobile propose different functions for managing executables from a WINDEV application, from a WINDEV Mobile application or from a WEBDEV site......
InMacCatalystMode (Function)
Indicates whether the application is running in Mac Catalyst mode (running an iPad application on a Mac).
CheckmarkVisible (Property)
The CheckmarkVisible property is used to: Determine whether a checkmark is displayed to the left of a row in a TreeView control. Show or hide a checkmark to the left of a row in a TreeView control....
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
Collapsing/Expanding a TreeView control through programming
To collapse/expand a TreeView control through programming, ......
TableChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
8. Binding controls to data
A window can display information from......
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
8. Associating controls with data
Managing duplicates in the TreeView controls
WINDEV and WEBDEV allow you to add duplicates into the elements of a TreeView control......
TreeSelectMinus (Function)
Deselects an element in a TreeView control.
<TreeView>.Expand (Function)
Expands a node in a TreeView control.
<TreeView>.DeleteAll (Function)
Deletes all elements from a TreeView control.
<TreeView>.SelectPlus (Function)
Selects an element in a TreeView control.
<TreeView>.SelectMinus (Function)
Deselects an element in a TreeView control.
TreeDeleteAll (Function)
Deletes all elements from a TreeView control.
TreeSelectPlus (Function)
Selects an element in a TreeView control.
TreeExpand (Function)
Expands a node in a TreeView control.
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....