[Overview][Constants][Types][Procedures and functions][Index] |
Unload a library
Source position: dynlibs.pas line 103
function ReleaseLibrary( |
var Handler: TLibHandler |
):Integer; |
ReleaseLibrary will decrease the reference count on Handler and if it reaches zero, the library is unloaded.
|
Load a library and initialize a set of symbols |
|
|
Try to load a library and initialize a set of symbols |