Livecode Wiki
Advertisement

Destroy the specified browserSyntax:

XBrowser_Close [ <instanceId>]

Examples:

revBrowserClose tBrowserId

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

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

Parameters:

  • instanceId: The integer identifier of a browser object
  • The result: The revBrowserClose command puts empty into the result.

See also: result (function),revBrowserOpen function (function),revBrowserInstances (function),revBrowserOpen (function),browserNewInstance (message),browserClosing (message),

Advertisement