revXMLRPC_DeleteDocument
Type
command
Summary
Deletes an XML-RPC document structure, freeing up the memory of its associated resources.
Syntax
revXMLRPC_DeleteDocument <XMLRPCdocumentID>
Description
Use the revXMLRPC_DeleteDocument command to free up memory when you're finished using an XML-RPC document.
The revXMLRPC_DeleteDocument 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.
Parameters
Name | Type | Description |
---|---|---|
XMLRPCdocumentID | integer | The number returned by the revXMLRPC_CreateRequest when you created the XML-RPC request, or the successful revXMLRPC_Execute function when you executed an XML-RPC request. |
Examples
revXMLRPC_DeleteDocument theRequest
Related
function: result, revXMLRPC_CreateRequest, revXMLRPC_Execute
glossary: LiveCode custom library, Standalone Application Settings, standalone application, command, XML-RPC, XML-RPC document
library: XML-RPC library
Compatibility and Support
Introduced
LiveCode 2.5
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile