revXMLRPC_DeleteDocument | |||||||
Type | command | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Synonyms | revxmlrpc_free | ||||||
Associations | xml-rpc library | ||||||
Summary | Deletes an XML-RPC document structure, freeing up the memory of its associated resources. | ||||||
Introduced | 2.5 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Glossary: LiveCode custom library, Standalone Application Settings, standalone application, command, XML-RPC, XML-RPC document Function: result, revXMLRPC_CreateRequest, revXMLRPC_Execute Library: XML-RPC library | ||||||
Security | disk, process | ||||||
Description | Use the revXMLRPC_DeleteDocument command to free up memory when you're finished using an XML-RPC document.
| ||||||
Tags | networking |