ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
XMLDocument
The xmlDocument keyword can correspond to: the XMLDocument function that is used to create a new XML document. For more details, see XMLDocument. an xmlDocument variable. For more details, see xmlDocument....
RootNode (Property)
The RootNode property is used to get the root nodes of an HTML or XML document.
<xmlDocument variable>.ValidDocument (Function)
Validates an XML document from an XSD schema.
Version (Property)
The Version property is used to get and change the version of an element.
XMLValidDocument (Function)
Validates an XML document from an XSD schema.
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
<xmlDocument variable>.ExecuteXPath (Function)
Executes an XPATH query in an xmlDocument variable.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
XMLSave (Function)
Saves an XML document in a file.
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
<xmlDocument variable>.Save (Function)
Saves an XML document in a file.
Using the advanced types
The advanced types (XLS variables, ggl variables, ......
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Different types of data (Type of variable)
A variable is defined by name and type......
Typecasting of parameters
The description of the parameter type is optional......
Global and local variable
Two types of variables are available......
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
EmailReset (Function)
Resets all the variables of the email structure or all the variables of an Email variable.
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
gglDocument (Type of variable)
The gglDocument type is used to handle a Google document...
Declaring and using a variable
A variable is defined by name and type......