March 2000
Intermediate to advanced
576 pages
18h 13m
English
ModuleIsPackage Variable
unit SysInit; var ModuleIsPackage: Boolean;
ModuleIsPackage is True for a unit in a package,
and False for a unit linked statically with a library or
application.
Unlike most other system variables,
ModuleIsPackage is not shared among all packages
in an application.
| HInstance Variable, ModuleIsLib Variable, Package Directive |
Read now
Unlock full access