Important: The information in this document is obsolete and should not be used for new development.
InitPack
You can use the InitPack procedure to load a specified package into memory.
PROCEDURE InitPack (packID: Integer);
packID
- A package resource ID.
DESCRIPTION
TheInitPack
procedure loads the package specified by thepackID
parameter into memory. ThepackID
parameter is the package's resource ID. To initialize a specific package or manager, consult the documentation of the specific package or manager.