AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Categoría: Executable functions
18 resultados
AppOpenForm( Función)
Abre:
  • el formulario de una aplicación en Android (Play Store), iOS (App Store) o Windows (Windows Store) para que el usuario le dé una marca y/o a comment la.
  • el formulario para configurar las compras In-App de una aplicación.
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
AutoRunDelete (Función)
Detiene la ejecución automática de una aplicación WINDEV.
EXE constants
Lista de constantes utilizadas por las funciones para la gestión de ejecutables.
ExeGetPID (Función)
Devuelve información sobre el proceso actual.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
ExeListProcess (Función)
Devuelve la lista de aplicaciones actualmente en ejecución.
ExePriority (Función)
Devuelve o modifica la prioridad de una aplicación actualmente en ejecución.
ExeRemoteRun (Function)
Starts running a remote program from the current application.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
ExeTerminate (Function)
Terminates execution of a 32-bit application on the current workstation: all instances of the executable are "killed".
Gestión de los ejecutables (funciones WLanguage)
WINDEV, WEBDEV y WINDEV Mobile proponen diferentes funciones para la gestión de ejecutables desde una aplicación WINDEV, desde una aplicación WINDEV Mobile o desde un sitio web WEBDEV...
Process (Variable type)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
RestartProgram (Function)
Ends the application and restarts it.
ShellExecute (Function)
Opens a document in its associated application.
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).