Removes the association between a WLanguage browser function and an event (implemented by
JSEvent). The procedure associated with the event will not be called anymore.
Remark: The interception of events is automatically stopped when the associated page is closed.
// Cancels the interception of all the clicks on the page
// gnClick is an integer returned by JSEvent
JSEndEvent(gnPageClick)
Syntax
<Result> = JSEndEvent(<Event number>)
<Result>: Boolean
- True if the interception of the event was canceled,
- False if an error occurred (incorrect event number for example).
<Event number>: Integer
Number of the event to cancel. This integer was returned by JSEvent.