Skip to main content

revXMLDeleteAllTrees

Type

command

Summary

Removes all XML tree structures in memory.

Syntax

revXMLDeleteAllTrees

Description

Use the revXMLDeleteAllTrees command to free up memory after you finish using the XML library.

Important

The revXMLDeleteAllTrees command is part of the XML library. To ensure that the command works in a standalone application, you must include this custom library when you create your standalone. In the Inclusions pane of the Standalone Application Settings window, make sure the "XML" checkbox is checked.

Examples

revXMLDeleteAllTrees
if revXMLTrees() is not empty then revXMLDeleteAllTrees

Value

NameTypeDescription

the result

If the revXMLDeleteAllTrees command encounters an error, the result is set to an error message beginning with "xmlerr".

library: XML library

command: revXMLDeleteTree

function: result, revXMLTrees, revXMLCreateTreeFromFile, revXMLCreateTree

glossary: Standalone Application Settings, standalone application, XML tree, command, LiveCode custom library

Compatibility and Support

Introduced

LiveCode 2.0

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?