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.
Replication management functions
Three types of replication are proposed......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
XMLSave (Function)
Saves an XML document in a file.
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
XMLSavePosition (Function)
Stores the current position in the XML document.
Access rights to a class property
A property is a code element that includes two processes......
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
XMLRoot (Function)
Positions on the root tag of an XML document.
Check: WEBDEV server
The monitoring robot will check the operating mode of WEBDEV server......
Events associated with an Organizer control
The following events are associated with Organizer controls:...
Activation key management functions
The following functions are used to manage activation keys:...
Information 37: Optimize your FOR loop
Speech synthesis management functions
The following functions are used to manage speech synthesis...
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
XMLAddChild (Function)
Adds a child tag into an XML document.
Name (Property)
The Name property is used to get the name of an element.
<xmlDocument variable>.Save (Function)
Saves an XML document in a file.
JSONToXML (Function)
Converts a JSON string to XML.
XMLToJSON (Function)
Converts an XML string to JSON.
<JSON variable>.ToXML (Function)
Converts a JSON string to XML.
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......