ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
True if the Javascript code was transmitted for execution to the control,False otherwise.
Name of HTML control on which the Javascript script will be run.
Javascript code to run. This code is run in asynchronous mode. The result of code execution can be retrieved via the <Procedure name> parameter. The value returned by the Javascript code corresponds to the value of the expression found on the last line of Javascript code.
WLanguage procedure ("callback") used to find out the result of code execution. This procedure has the following format: PROCEDURE <Procedure Name>(bSuccess is boolean, <ReturnValue>) This procedure is called once the Javascript code has been run. The parameters of this procedure are: <bSuccess>: True if the Javascript code was successfully run,False if the execution of Javascript code triggered an error (error in the Javascript code for example). To find out the error details, use ErrorInfo. Remark: A detailed error is returned. A generic error is returned. <ReturnValue> contains the return value of code execution (if this code returns a value).
Use conditions
Calling WLanguage code from the Javascript code
Last update: 09/20/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: