| [Overview][Constants][Types][Procedures and functions] | 
Unload a previously loaded library
Source position: dynlibs.pp line 37
| function UnloadLibrary( | 
| Lib: TLibHandle | 
| ):Boolean; | 
UnloadLibrary unloads a previously loaded library (specified by the handle lib). The call returns True if succesful, False otherwisa.
On error, False is returned.
| 
 | Load a dynamic library and return a handle to it. | |
| 
 | Get the address of a procedure or symbol in a dynamic library. |