ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Executable functions
18 results
Opens:
  • the form of an application on Android (Play Store), iOS (App Store) or Windows (Windows Store) in order for the user to give a mark to it and/or to comment it.
  • the form for configuring the In-App purchases of an application.
Allows you to automatically start a WINDEV application when a specific event occurs.
Stops the automatic execution of a WINDEV application.
List of constants used by the functions for managing executables.
Returns information about the current process.
Retrieves the specified information about the version of an executable or DLL.
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
Returns the list of applications currently run.
Returns or modifies the priority of an application currently run.
Starts running a remote program from the current application.
Executes a program (an executable file, for example) from the current application.
Allows you to find out whether a 32-bit application is already run.
Ends the execution of a 32-bit application on the current computer: all the instances of the executable are killed.
WINDEV, WEBDEV and WINDEV Mobile propose different functions for managing executables from a WINDEV application, from a WINDEV Mobile application or from a WEBDEV site...
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
Ends the application and restarts it.
Opens a document in its associated application.
Opens a popup allowing you to select the application that will be used to share a resource (text or document).