AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Categoría: Miscellaneous WEBDEV functions
48 resultados
ASPDisplay (Función)
Llama a un script ASP externo y devuelve la página de resultados en la ventana actual del navegador.
ASPExecute( Función)
Llama a un script.asp externo y devuelve el resultado en una cadena.
CapsLockVerify (Function)
Checks whether the CapsLock key is pressed.
CertificateClientInfo (Function)
Returns information about the certificate used by the client computer.
ColorPalette (Function)
Returns a color found in the current palette.
ConnectionCount (Función)
Devuelve el número de instancias del sitio WEBDEV que se ejecutan actualmente en el servidor.
Descarga de archivos
La descarga es la operación que consiste en guardar en el ordenador del usuario Web un archivo almacenado en el servidor...
DynamicServingConfigure (Función)
Indica el entorno que utilizará la "Publicación Dinámica" para elegir el conjunto de páginas que se mostrarán.
ExecuteDelayedProcedure (Función)
Ejecuta un procedimiento retardado (en el WEBDEV Application Server).
FileDisplay (Example)
Usage example of the FileDisplay function
FileDisplay (Function)
Displays a file in the user's browser.
FileDownload (Función)
Inicia la descarga de un archivo desde el navegador.
FileView (Función)
Abre un archivo en el navegador.
FolderData (Example)
Usage example of the FolderData function
FolderData (Función)
FolderData se guarda para compatibilidad con versiones anteriores.
FolderWeb (Function)
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 (Función)
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.
Funciones varias de WEBDEV
Lista de diferentes funciones WEBDEV
HSL / SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected...
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
HTMLClassToggle (Function)
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 (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
JSEndEvent (Function)
Deletes the association between a WLanguage browser function and an event (implemented by JSEvent).
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
JSInterruptEvent (Función)
Interrumpe el proceso del evento actual.
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
JSON
JSON (JavaScript Object Notation – Object Notation from JavaScript) is a lightweight data exchange format...
JSONExecute (Function)
Calls the URL of a page on the server that returns data in JSON format (JavaScript Object Notation).
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
JSProperty (Function)
Used to handle specific features on the objects found in the current page.
MemoDownload (Función)
Reduce el tiempo necesario para cargar el contenido de los campos HFSQL de tipo "Memo" en el equipo del usuario.
MemoView (Función)
Muestra el contenido de un archivo de un campo "Memo" en un navegador web.
Obtaining an HSL (SSL) certificate for IIS
To obtain an HSL (SSL) certificate for IIS, follow these steps...
Obtención de una Certificate SSL para IIS2 (2.0 o posterior)
PHPDisplay (Función)
Llama a un script PHP externo y devuelve la página de resultados en la ventana actual del navegador.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
SessionPrologue (Función)
Activa o desactiva un procedimiento WLanguage llamado en cada petición de una sesión.
SessionRequestedPage (Function)
Returns the name of the page requested at the start of the session.
SSLActive (Function)
Used to enable or disable the secure SSL mode.
StringDisplay (Función)
Devuelve una cadena específica (o un buffer) al navegador del cliente en respuesta a una petición.
Various WEBDEV constants
Various WEBDEV constants
WEBDEV: Tareas programadas y tareas retrasadas
WEBDEV le permite implementar tareas en el servidor directamente....