|
|
|
|
|
- Overview
- Functions for handling executables
Managing the executables (WLanguage functions)
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. These executables can be created by WINDEV or by another application. Functions for handling executables The following functions are used to handle the executables and to get information about the executables found on the current computer:
| | AppOpenForm | 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.
| AutoRunAdd | Allows you to automatically start a WINDEV application when a specific event occurs. | AutoRunDelete | Stops the automatic execution of a WINDEV application. | ExeGetPID | Returns information about the current process. | ExeInfo | Retrieves the specified information about the version of an executable or DLL. | ExeListDLL | Returns the list of libraries (".DLL" files) used by one of the applications currently run. | ExeListProcess | Returns the list of applications currently run. | ExePriority | Returns or modifies the priority of an application currently run. | ExeRemoteRun | Starts running a remote program from the current application. | ExeRun | Executes a program (an executable file, for example) from the current application. | ExeRunning | Allows you to find out whether a 32-bit application is already run. | ExeTerminate | Terminates execution of a 32-bit application on the current workstation: all instances of the executable are "killed". | RestartProgram | Ends the application and restarts it. | ShellExecute | Opens a document in its associated application. | StartShare | Opens a popup allowing you to select the application that will be used to share a resource (text or document). |
Other functions can also be used:
| | GetIdentifier | Calculates a unique identifier (integer) for an executable or for a session. | ListDLL | Returns:- at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed.
- in test mode: all the libraries installed on the current computer.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|