HELP
An object that deletes (unloads) a library of
User Functions, Compiled Function
definitions, or Remote Function definitions
from a running model.

USE
Use Delete Library to delete a library from
your HP VEE model.  The action taken depends
on the type of library:

* User Function - Delete Library deletes all
of the library User Functions from the HP VEE
model.  Those User Functions can then no
longer be executed.

* Compiled Function - Delete Library detaches
a shared library from the HP VEE process.
However, the file containing the shared
library is actually detached only when the
last library pointing to that file is
deleted.  That is, if you have several
different libraries pointing to the same
shared library file (with either the same or
a different definition file), the shared
library file is detached from the HP VEE
process only when there are no more libraries
using the attached code.  The operating
system will not allow you to move or delete a
shared library file once it is attached to a
process.  You must use the Delete Lib option
in the Import Library object to detach the
code if you want to create a new shared
library file.

* Remote Function - Delete Library shuts down
the remote HP VEE process and removes the
Remote Function definitions from the local HP
VEE process.  Delete Library actually shuts
down the remote process when the last library
that references the remote process is deleted
on the local host.

LOCATION
Device ==> Function ==> Delete Library

OPEN VIEW PARAMETERS

* Library Name - Enter the name of the
library that you want to delete.

NOTES
Delete Library is generally used for advanced
operations where you want to dynamically
load, and then delete, library objects from a
running HP VEE process.

SEE ALSO
Call Function, Edit UserFunction, Import
Library, User Function, and UserObject.
