ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Status report of the load operation: cisAbsentThe external component is not found in the specified path.cisLoadedThe external component was successfully loaded.cisVersionTooOldThe version of external component is too old. It is not compatible with the current executable.cisVersionTooRecentThe version of external component is too recent. It is not compatible with the current executable.
Name of the external component (as it appears in the editor) to load. A WLanguage error occurs if the name of external component is unknown.
Directory of the external component (WDK file) to load. This directory may (or may not) end with a "\". A full path, a relative path or a UNC path can be used.If this parameter is not specified, the external component will be sought:first, in the directory specified in the <Component directory> of ComponentLocate.then, in the directory specified in the "<Component name>.INI" file. See Deploying an application that uses an external component for more details.finally, in the EXE directory of the project.
Versions 15 and laterLoad mode of external component. Corresponds to one of the following constants: ccGlobalThe external component is loaded globally. For example, the same context will be used if the component is loaded by the project and by a project component.ccIsolated(Default value)The external component is isolated. For example, if the component is loaded by the project and by a project component, each component will be using a specific context.New in version 15Load mode of external component. Corresponds to one of the following constants: ccGlobalThe external component is loaded globally. For example, the same context will be used if the component is loaded by the project and by a project component.ccIsolated(Default value)The external component is isolated. For example, if the component is loaded by the project and by a project component, each component will be using a specific context.Load mode of external component. Corresponds to one of the following constants: ccGlobalThe external component is loaded globally. For example, the same context will be used if the component is loaded by the project and by a project component.ccIsolated(Default value)The external component is isolated. For example, if the component is loaded by the project and by a project component, each component will be using a specific context.
Loading an external component
Last update: 11/26/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: