ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Miscellaneous WEBDEV functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
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: The interception of events is automatically stopped when the associated page is closed.
Example
// 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.
Component: WDJS.DLL
Minimum version required
  • Version 15
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help