ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Including JavaScript files or a Web resource
WEBDEV allows you to include JavaScript files or external resources in a WEBDEV project...
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
JSProperty (Function)
Used to handle specific features on the objects found in the current page.
MapGetJSObject (Function)
Returns the instance of the API of Map control.
fWebDir (Function)
Returns the physical name of the directory containing the images, JavaScript files and Java files of the WEBDEV website.
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
JSEndEvent (Function)
Deletes the association between a WLanguage browser function and an event (implemented by JSEvent).
<Map>.GetJSObject (Function)
Returns the instance of the API of Map control.
JSInterruptEvent (Function)
Interrupts the process of current event.
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
1
5