ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Window controls
Several types of controls can be used in a window, ......
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
TreeCollapse (Function)
Collapses a branch previously expanded.
Windows
The windows represent the main interface of a WINDEV application......
TreeCollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
TreeListItem (Example)
Usage example of the TreeListItem function
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested for the write operations in a stand-alone mongod, in a set of replicas or in fragmented clusters.
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Data persistence
The data persistence is used to store the value typed by the user......
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Collapsing/Expanding a TreeView control through programming
...To collapse/expand a TreeView control through programming, ......
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......