ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows management 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:
ComponentListReturns the list of external components (".WDK" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site.
ComponentLoadLoads the specified component in memory.
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