Determines whether the current module is a package.
Source position: systemh.inc line 826
const ModuleIsPackage: Boolean = False; |
ModuleIsLib is set by the compiler when linking a library, program or package, and determines whether the current module is a package (True) or a library or program (False).