vl-unload-vlx


(vl-unload-vlx  applicationName)

This function unloads the specified VLX application (must be using the separate namespace feature), from the current document.

Arguments

applicationName  the VLX application name (string or symbol)

Return

T if the VLX application was successfully unloaded

Example

(vl-unload-vlx  "mySample")   T
(vl-unload-vlx  "mySample")   triggers an error, as no longer loaded

Remarks

note 1 : all exported functions and exported symbols/variables are also be "unloaded", that is those are all set to NIL
note 2 : if applicationName is specified, but not a loaded VLX namespace, an error is triggered !
verify with (vl-vlx-loaded-p) before using an application namespace !



©  Bricsys NV. All rights reserved.