ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / XML file functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
XMLClose (Function)
In french: XMLTermine
Closes an XML document created by XMLDocument. All the resources allocated when creating and handling the XML document are freed.
Example
XMLDocument("XMLDoc", XMLCode)
// Process and analyze the XML document
// ...
 
XMLClose("XMLDoc")
Syntax
<Result> = XMLClose(<XML document>)
<Result>: Boolean
  • True if the document exists and if it is closed,
  • False otherwise.
<XML document>: Character string
Name of XML document used. This document contains the XML code and it was created by XMLDocument.
Component: wd290xml.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help