AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones específicas de la Web / Funciones del navegador
  • Stop the WEBDEV site
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Closes the current browser window and stops the execution of current code. You also have the ability to close a specific browser.
Special cases:
  • Internet Explorer: For security reasons, the browser requests an authorization before closing. If the user answers "No" to the closing request sent by the browser, the browser is not closed but the code currently run is stopped.
  • Firefox: For security reasons, Firefox refuses to close the browser if this one was not opened by BrowserOpen.
Example
BrowserClose()
Syntax

Closing the current browser

BrowserClose()

Closing the browser identified by an identifier Hide the details

BrowserClose(<Identifier>)
<Identifier>: Integer
Identifier of the browser window to close. This identifier is returned by BrowserOpen.
Remarks

Stop the WEBDEV site

BrowserClose only closes the current browser window: this function cannot be used to stop a WEBDEV site. To stop a WEBDEV site, use EndProgram.
Component: WDJS.DLL
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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