revBrowserClose

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
revBrowserClose <instanceId>
XBrowser_Close [ <instanceId>]
Synonymsxbrowser_close
Summary

Destroy the specified browser

Introduced2.8.1
OSmac, windows
Platformsdesktop
Parameters
NameTypeDescription
instanceId

The integer identifier of a browser object

Example
revBrowserClose tBrowserId
Values
NameTypeDescription
The result

The revBrowserClose command puts empty into the result.

RelatedMessage: browserNewInstance, browserClosing
Command: revBrowserSnapshot, revBrowserStop
Function: result, revBrowserInstances, revBrowserOpen
Glossary: function
Securitynetwork
Description

The revBrowserClose command destroys the browser specified by the instanceId. The browser is closed and removed from memory.

Note: For general information on using the browser library, see the notes in the revBrowserOpen function reference.