ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<htmlNode variable>.RemoveChild (Function)
Removes a given node in the current node of an HTML document.
HTMLRemoveChild (Function)
Removes a given node in the current node of an HTML document.
ReplicOpen (Function)
Opens a replication in direct mode or with a replication server.
13. Types of standard controls
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Project description: Theme tab
The project description window allows you to configure various elements of your project......
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
Reloading a document
To reload a document, ......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
<xmlNode variable>.FindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
HTMLWrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
<htmlNode variable>.WrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: know how to refresh a data-bound Table control linked to an HFSQL Client/Server table. specify the refresh mode of a Table control bound to an HFSQL Client/Server table....
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
Bottom sliding window (Bottom sheet)
Bottom sliding windows (commonly known as "bottom sheets") are increasingly used in mobile applications......