ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Miscellaneous WEBDEV functions
44 results
Calls an external ASP script and returns the result page in the current browser window.
Calls an external .asp script and returns the result in a string.
Checks whether the CapsLock key is pressed.
Returns information about the certificate used by the client computer.
Returns a color found in the current palette.
Returns the number of instances of the WEBDEV site currently run on the server.
The download is the operation that consists in saving a file stored on the server onto the computer of Web user...
Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages to display.
Runs a delayed procedure (in the WEBDEV application server).
Usage example of the FileDisplay function
Displays a file in the user's browser.
Usage example of the FolderData function
FolderData is kept for backward compatibility.
Returns the path of the directory containing:
  • the images,
  • the JavaScript files,
  • the Java applet files,
  • the other files accessible from the browser.
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17:
  • FolderWeb was replaced with FolderWeb_15.
  • a warning is automatically generated in your project.
Adds a class into the HTML classes of a control.
Deletes a class from the HTML classes of a control.
Toggles a class in the HTML classes of a control: if the class does not exist, it is added; if the class already exists, it is deleted.
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
Runs a JavaScript method of the jQuery library on a page element.
Deletes the association between a WLanguage browser function and an event (implemented by JSEvent).
Associates a browser procedure with an event on an object in browser code.
Used to handle the JavaScript properties of the browser event that triggered the code execution.
Interrupts the process of current event.
Used to run a JavaScript method on an element found in the current page.
JSON (JavaScript Object Notation) if a light format for exchanging data...
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Used to handle specific features on the objects found in the current page.
List of various WEBDEV functions
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:
Calls an external PHP script and returns the result page in the current browser window.
Calls an external .php script and returns the result in a string.
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
Calls an external script (.asp or .php) and returns the result in a string.
Enables or disables the "heartbeat" of the current session.
Enables or disables a WLanguage procedure called on each request in a session.
Returns the name of the page requested at the start of the session.
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected...
Used to enable or disable the secure SSL mode.
Returns a specific string (or a buffer) to the client browser in response to a request.
Various WEBDEV constants
WEBDEV allows you to implement tasks on the server directly...