|
|
|
|
|
|
Category: Executable functions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Working: - an application listing on the Android (Play Store) or iOS (App Store) market, so that users can rate and/or comment on 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. |
|
|
|
|
|
|
Terminates execution of a 32-bit application on the current workstation: all 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 website... |
|
|
|
|
|
|
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). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|