FreeLibrary

For compatibility with Delphi/Windows: Unload a library

Declaration

Source position: dynlibs.pas line 42

  function FreeLibrary(Lib: TLibHandle) : Boolean;

Description

FreeLibrary provides the same functionality as UnloadLibrary , and is provided for compatibility with Delphi.

See also

Name Description
UnloadLibrary Unload a previously loaded library