vl-doc-import


(vl-doc-import  applicationName  ['function1 ['function2 ...]])

Imports the specified function(s) from specified VLX namespace into the current VLX namespace;
the specified VLX namespace must exist.

see (vl-doc-export)

Arguments

applicationName  the VLX application name (string or symbol)

function1  name of a function to be imported (string or symbol)

function2  name of a function to be imported (string or symbol)

Return

always returns T

Example

(vl-doc-import 'OtherApp 'OtherFuncA 'OtherFuncB ...)
imports 2 functions from application "OtherApp" into current VLX namespace

Remarks

if applicationName is not a loaded VLX namespace, an error is triggered !
verify with (vl-vlx-loaded-p) before using an application namespace !

if (vl-doc-import) is called from the global document namespace, then it does nothing and returns T



©  Bricsys NV. All rights reserved.