AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones específicas de la Web / Funciones varias de WEBDEV
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Las diferentes funciones de WEBDEV son las siguientes:
ASPDisplayLlama a un script ASP externo y devuelve la página de resultados en la ventana actual del navegador.
ASPExecuteLlama a un script.asp externo y devuelve el resultado en una cadena.
CapsLockVerifyChecks whether the CapsLock key is pressed.
CertificateClientInfoReturns information about the certificate used by the client computer.
ColorPaletteReturns a color found in the current palette.
ConnectionCountDevuelve el número de instancias del sitio WEBDEV que se ejecutan actualmente en el servidor.
DynamicServingConfigureIndica el entorno que utilizará la "Publicación Dinámica" para elegir el conjunto de páginas que se mostrarán.
ExecuteDelayedProcedureEjecuta un procedimiento retardado (en el WEBDEV Application Server).
FileDisplayDisplays a file in the user's browser.
Novedad versión 2025
FileDownload
Inicia la descarga de un archivo desde el navegador.
Novedad versión 2025
FileView
Abre un archivo en el navegador.
FolderDataFolderData se guarda para compatibilidad con versiones anteriores.
FolderWebReturns the path of the directory containing:
  • the images,
  • the JavaScript files,
  • the Java applet files,
  • the other files accessible from the browser.
FolderWeb_15Atenció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.
HTMLClassAddAdds a class into the HTML classes of a control.
HTMLClassDeleteDeletes a class from the HTML classes of a control.
HTMLClassToggleToggles 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.
jQueryRuns a JavaScript method (or several chained methods) of the jQuery library on a page element.
jQueryExecuteRuns a JavaScript method of the jQuery library on a page element.
JSEndEventDeletes the association between a WLanguage browser function and an event (implemented by JSEvent).
JSEventAssociates a browser procedure with an event on an object in browser code.
JSInfoEventUsed to handle the JavaScript properties of the browser event that triggered the code execution.
JSInterruptEventInterrumpe el proceso del evento actual.
JSMethodUsed to run a JavaScript method on an element found in the current page.
JSONExecuteCalls the URL of a page on the server that returns data in JSON format (JavaScript Object Notation).
JSONExecuteExternalCalls an external server URL that returns data in JSON format (JavaScript Object Notation).
JSPropertyUsed to handle specific features on the objects found in the current page.
PHPDisplayLlama a un script PHP externo y devuelve la página de resultados en la ventana actual del navegador.
PHPExecuteCalls an external .php script and returns the result in a string.
ScriptDisplayCalls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
ScriptExecuteCalls an external script (.asp or .php) and returns the result in a string.
SessionHeartBeatEnableEnables or disables the "heartbeat" of the current session.
SessionPrologueActiva o desactiva un procedimiento WLanguage llamado en cada petición de una sesión.
SessionRequestedPageReturns the name of the page requested at the start of the session.
SSLActiveUsed to enable or disable the secure SSL mode.
StringDisplayDevuelve una cadena específica (o un buffer) al navegador del cliente en respuesta a una petición.
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/09/2024

Señalar un error o enviar una sugerencia | Ayuda local