|
|
|
|
|
JSEndEvent (Function) In french: JSFinEvénement 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: Event interception is automatically stopped when the associated page is closed. 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|