ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Project functions
13 results
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
Returns the list of external components (".WDK" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site.
Specifies the access path to an external component of project.
List of constants used by the functions for managing projects.
Usage example of the EnumElement function
Used to enumerate the project elements: windows, pages, reports, queries, ...
Usage example of the EnumSubElement function
Used to enumerate the sub-elements of a project element.
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.
List of functions for managing projects
Returns specific information about the project currently run.
Calculates the number of windows currently opened in the current application.