ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<TreeView Table>.MoveBranch (Function)
Moves the content of a row as well as its entire descending tree structure in a TreeView Table control.
<TreeView Table>.SwapBranch (Function)
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control.
<Table>.Print (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
<Source>.RecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
<Email variable>.ImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
Telemetry management functions
The following functions are used to manage the telemetry:...
WEBDEV 2024: New features in this version
Here are the new features that you will discover in this version......
Source Code Manager (SCM)
...L'administrateur du GDS (Gestionnaire de sources) propose certains outils spécifiques pour l'administration de la base de sources......
The "Context-sensitive code view" pane
The "Context-sensitive code view" pane allows you to view and edit the code of the element (window, page, report, control, etc....
hbCell (Type of variable)
The hbCell type is used to define the advanced characteristics of the content of a cell (item value) in an HBase table.
tapiError (Function)
Indicates whether an error was returned by the last tapixxx function (functions for managing phone calls) to the TAPI module.
SaaSAdminSiteConnection (Function)
Returns the connection to the common database or to the reference database of the SaaS site.
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
Error 24: No END statement is associated with this LOOP
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
Keyboard shortcut and hotkey
A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc....
Events associated with internal windows
List of events associated with internal windows...
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......
WEBDEV 2024 Tutorial - Table of contents
LockAppOn (Function)
Locks a WINDEV application.
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. into the list of contacts on the device (Android, iPhone or iPad, Universal Windows)....
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.