|
|
|
|
|
Project management functions
These functions are used to easily handle the elements found in a WINDEV project: | | ComponentExecute | Executes a global procedure present in an external component. This external component is loaded with ComponentLoad. | ComponentList | Returns the list of external components (".WDK" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. | ComponentLoad | Loads an external component. This component can be:- an external component present in the current project.
- an external component independent of the current project.
| ComponentLoadAll | Recursively loads in memory all the external components used in the project. | ComponentLocate | Specifies the access path to an external component of project. | EnumElement | Used to enumerate the project elements: windows, pages, reports, queries, ... | EnumSubElement | Used to enumerate the sub-elements of a project element. | 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.
| ProjectInfo | Returns specific information about the project currently run. | WindowCount | Calculates the number of windows currently opened in the current application. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|