ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Executable functions
  • Managing errors
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
AutoRunDelete (Function)
In french: AutoLanceSupprime
Stops the automatic execution of a WINDEV application. The automatic execution was defined by AutoRunAdd.
Example
// -- From a WINDEV application
// Automatically run "MyApp" at startup
AutoRunAdd(alStartup, "MyApp", fExeDir() + "\CustomerManagement.exe")
...
// Stop the automatic run of "MyApp"
AutoRunDelete(alStartup, "MyApp")
Syntax
AutoRunDelete(<Run event> , <Application>)
<Run event>: Integer constant
Event that would start the execution of the application:
alStartupRun the application when the PC is started.
<Application>: Character string
Name of the application, defined with AutoRunAdd.
Remarks

Managing errors

Caution: AutoRunDelete returns no error code. To determine if this function generated an error, use the ErrorOccurred variable. If an error occurs, you can get more details on the error with ErrorInfo.
Business / UI classification: Business Logic
Component: wd290ce.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help