browserClosing

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
browserClosing <pInstanceId>
XBrowser_Closing <pInstanceId>
Synonymsxbrowser_closing
Summary

Sent when a browser instance is closing

Introduced2.8.1
OSmac, windows
Platformsdesktop
Parameters
NameTypeDescription
pInstanceId

The integer identifier of the browser object about to close

Example
on browserClosing pInstanceId
  delete line (lineOffset(pInstanceId, sInstances)) of sInstances
end browserClosing
RelatedCommand: revBrowserClose
Function: revBrowserOpen
Glossary: function
Securitynetwork
Description

The browserClosing message is sent to the current card of a stack containing a browser object when the browser object is about to close.

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