ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Project functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
EnumElementEnumerates project elements: windows, pages, reports, queries, etc.
EnumSubElementUsed to enumerate the subelements of a project element.
ListDLLReturns:
  • runtime The list of libraries (".DLL" files) used by the current WINDEV application, WINDEV Mobile or WEBDEV site. Only the libraries loaded in memory are listed.
  • in test mode: all libraries installed on the current workstation.
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: 09/19/2024

Send a report | Local help