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
TheInitPackprocedure loads the package specified by thepackIDparameter into memory. ThepackIDparameter is the package's resource ID. To initialize a specific package or manager, consult the documentation of the specific package or manager.