|
|
|
|
|
- Running the processes
- Errors while loading the external components
ComponentLoadAll (Function) In french: ComposantChargeTout Recursively loads in memory all the external components used in the project. 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: | | claParent | All the external project components are loaded from an internal component. | claProject | All 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|