System.SysUtils.UnloadPackage
Delphi
procedure UnloadPackage(Module: HMODULE);
C++
extern DELPHI_PACKAGE void __fastcall UnloadPackage(NativeUInt Module);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
Unloads a package.
Call UnloadPackage to unload a package that was loaded using the LoadPackage function. UnloadPackage performs any finalization of units contained in the package and then unloads the BPL package.