Finalizes the specified package (.bpl file).
procedure FinalizePackage(Module: HMODULE);
FinalizePackage(HMODULE Module);
SysUtils
Most applications do not need to call FinalizePackage, because UnloadPackage calls FinalizePackage internally. FinalizePackage executes any finalization code in the specified package.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|