revXMLRPC_DeleteAllDocuments

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
revXMLRPC_DeleteAllDocuments
Synonymsrevxmlrpc_freeall
Associationsxml-rpc library
Summary

Removes all XML-RPC document structures in memory.

Introduced2.5
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
revXMLRPC_DeleteAllDocuments
if revXMLRPC_Documents() is not empty then revXMLRPC_DeleteAllDocuments
Values
NameTypeDescription
The result

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

RelatedCommand: revXMLRPC_DeleteDocument
Function: revXMLRPC_CreateRequest, result, revXMLRPC_Documents, revXMLRPC_Execute
Glossary: Standalone Application Settings, standalone application, command, XML-RPC document, LiveCode custom library
Library: XML-RPC library
Securitydisk, process
Description

Use the revXMLRPC_DeleteAllDocuments command to free up memory after you finish using the XML-RPC library.

Important: The revXMLRPC_DeleteAllDocuments command is part of the XML-RPC 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-RPC" library checkbox is checked.

Tagsnetworking