ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Project functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Project management functions
These functions are used to easily handle the elements found in a WINDEV project:
ComponentExecuteExecutes a global procedure present in an external component. This external component is loaded with ComponentLoad.
ComponentListReturns the list of external components (".WDK" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site.
ComponentLoadLoads an external component. This component can be:
  • an external component present in the current project.
  • an external component independent of the current project.
ComponentLoadAllRecursively loads in memory all the external components used in the project.
ComponentLocateSpecifies the access path to an external component of project.
EnumElementUsed to enumerate the project elements: windows, pages, reports, queries, ...
EnumSubElementUsed to enumerate the sub-elements of a project element.
ListDLLReturns:
  • 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.
ProjectInfoReturns specific information about the project currently run.
WindowCountCalculates the number of windows currently opened in the current application.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/23/2023

Send a report | Local help