| |
ASPDisplay | Calls an external ASP script and returns the result page in the current browser window. |
ASPExecute | Calls an external .asp script and returns the result in a string. |
CapsLockVerify | Checks whether the CapsLock key is pressed. |
CertificateClientInfo | Returns information about the certificate used by the client computer. |
ColorPalette | Returns a color found in the current palette. |
ConnectionCount | Returns the number of instances of the WEBDEV site currently run on the server. |
DynamicServingConfigure | Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages to display. |
ExecuteDelayedProcedure | Runs a delayed procedure (in the WEBDEV Application Server). |
FileDisplay | Displays a file in the user's browser. |
| Starts file download by browser. |
| Opens a file in the browser. |
FolderData | FolderData is kept for backward compatibility. |
FolderWeb | Returns the path of the directory containing:- the images,
- the JavaScript files,
- the Java applet files,
- the other files accessible from the browser.
|
FolderWeb_15 | 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.
|
HTMLClassAdd | Adds a class into the HTML classes of a control. |
HTMLClassDelete | Deletes a class from the HTML classes of a control. |
HTMLClassToggle | Toggles a class in the HTML classes of a control: the class is added if it does not exist, the class is deleted if it already exists. |
jQuery | Runs a JavaScript method (or several chained methods) of the jQuery library on a page element. |
jQueryExecute | Runs a JavaScript method of the jQuery library on a page element. |
JSEndEvent | Deletes the association between a WLanguage browser function and an event (implemented by JSEvent). |
JSEvent | Associates a browser procedure with an event on an object in browser code. |
JSInfoEvent | Used to handle the JavaScript properties of the browser event that triggered the code execution. |
JSInterruptEvent | Interrupts the process of current event. |
JSMethod | Used to run a JavaScript method on an element found in the current page. |
JSONExecute | Calls the URL of a page on the server that returns data in JSON format (JavaScript Object Notation). |
JSONExecuteExternal | Calls an external server URL that returns data in JSON format (JavaScript Object Notation). |
JSProperty | Used to handle specific features on the objects found in the current page. |
PHPDisplay | Calls an external PHP script and returns the result page in the current browser window. |
PHPExecute | Calls an external .php script and returns the result in a string. |
ScriptDisplay | Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window. |
ScriptExecute | Calls an external script (.asp or .php) and returns the result in a string. |
SessionHeartBeatEnable | Enables or disables the "heartbeat" of the current session. |
SessionPrologue | Enables or disables a WLanguage procedure called on each request in a session. |
SessionRequestedPage | Returns the name of the page requested at the start of the session. |
SSLActive | Used to enable or disable the secure SSL mode. |
StringDisplay | Returns a specific string (or a buffer) to the client browser in response to a request. |