Adds a library to the system
Source position: exec.pas line 1963
procedure AddLibrary( |
libHandle: PLibrary |
); |
This function adds a new library to the library list. All programs can open it from now on. This function also calculates the checksum of the library.
|
Construct a library |
|
|
Open a library to use |
|
|
Remove a library from the system |
|
|
Close access to library |