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 |
|
Remarks |
note 1 : all exported functions and exported symbols/variables are
also be "unloaded", that is those are all set to NIL |
| © Bricsys NV. All rights reserved. |