System.SysUtils.UnloadPackage

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also