ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous Windows functions
  • Running the processes
  • Errors while loading the external components
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
Recursively loads in memory all the external components used in the project.
Example
ComponentLoadAll(claRecursive)
Syntax
<Result> = ComponentLoadAll([<Options>])
<Result>: Boolean
  • True if all the external components have been loaded properly,
  • False if an error occurred while loading the external components. The error details are returned by ErrorInfo.
<Options>: Optional Integer constant
Options for loading the external components:
claParentAll the external project components are loaded from an internal component.
claProjectAll the external components used by the project are loaded. The external components used by the components themselves are not loaded.
claRecursive
(Default value)
All the external components used by the project as well as the external components used by the components themselves are loaded.
Remarks

Running the processes

The initialization processes (initialization of the project, declaration of classes, declarations of collections, ...) of the loaded external components are run.

Errors while loading the external components

The fatal errors that occur while loading the external components are transformed into non-fatal errors and the function returns False.
Component: wd290vm.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help