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.
20. Control templates
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
5. User Groupware in practice
XMLCancelSearch (Function)
Cancels the search performed by XMLFind.
XMLElementType (Function)
Returns the type of current element (tag or attribute).
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
Error 113: Non-dynamic array without definition
XMLChild (Function)
Positions on the first child element of current element.
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
ERR_BAD_URL
XMLNext (Function)
Positions on the next element (tag or attribute).
Document (Property)
The Document property is used to identify or modify the HTML document associated with an HTML Display control or an HTML Editor control.
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
5. User Groupware in practice
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......