ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Web-specific functions / Miscellaneous WEBDEV functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
Example
// Annule l'interception de tous les clics sur la page
// gnClic est un entier renvoyé par la fonction JSEvénement
JSEndEvent(gnClicPage)
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.
Component: WDJS.DLL
Minimum version required
  • Version 15
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help