ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Executable functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Ends the application and restarts it.
Example
// Relance l'application
RestartProgram()
Syntax
RestartProgram([<Code Execution>])
<Code Execution>: Boolean
  • True to run the code for ending the project.
  • False (default) to avoid running the closing code of the project.
Remarks
The application is relaunch with the same conditions as the initial launch, in particular with the same command line and environment variables.
Component: wd300vm.dll
Minimum version required
  • Version 17
This page is also available for…
Comments
Exemplo RestartProgram
//Reinizalizar Programa

RestartProgram(True)

//Blog com Video e exemplo
http://windevdesenvolvimento.blogspot.com.br/2016/05/curso-windev-funcoes-exe-windows-002.html
https://www.youtube.com/watch?v=A1HEqISjULo
De matos AMARILDO
30 May 2016

Last update: 03/27/2025

Send a report | Local help