AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones de ejecutables
  • 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
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