| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Unload a previously loaded library
Source position: dynlibh.inc line 56
function UnloadLibrary(  | 
Lib: TLibHandle  | 
):Boolean;  | 
UnloadLibrary unloads a previously loaded library (specified by the handle lib). The call returns True if successful, False otherwise.
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.  |