ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
Ends the application and restarts it.
Example
// Restart the application
RestartProgram()
Syntax
RestartProgram([<Code Execution>])
<Code Execution>: Boolean
  • True to run the code for ending the project.
  • False (default value) to avoid running the closing code of the project.
Component: wd280vm.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