| |
ASPDisplay | Llama a un script ASP externo y devuelve la página de resultados en la ventana actual del navegador. |
ASPExecute | Llama a un script.asp externo y devuelve el resultado en una cadena. |
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 | Devuelve el número de instancias del sitio WEBDEV que se ejecutan actualmente en el servidor. |
DynamicServingConfigure | Indica el entorno que utilizará la "Publicación Dinámica" para elegir el conjunto de páginas que se mostrarán. |
ExecuteDelayedProcedure | Ejecuta un procedimiento retardado (en el WEBDEV Application Server). |
FileDisplay | Displays a file in the user's browser. |
| Inicia la descarga de un archivo desde el navegador. |
| Abre un archivo en el navegador. |
FolderData | FolderData se guarda para compatibilidad con versiones anteriores. |
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 | Atención: al migrar un proyecto de WEBDEV 1.5 a WEBDEV 17: - FolderWeb fue sustituido por FolderWeb_15.
- se genera automáticamente un aviso en su proyecto.
|
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 | Interrumpe el proceso del evento actual. |
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 | Llama a un script PHP externo y devuelve la página de resultados en la ventana actual del navegador. |
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 | Activa o desactiva un procedimiento WLanguage llamado en cada petición de una sesión. |
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 | Devuelve una cadena específica (o un buffer) al navegador del cliente en respuesta a una petición. |